diff --git a/app/common.gradle.kts b/app/common.gradle.kts index a43e56b6..d83f7a66 100644 --- a/app/common.gradle.kts +++ b/app/common.gradle.kts @@ -4,9 +4,9 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat repositories { + mavenLocal() jcenter() maven("https://repo.adobe.com/nexus/content/groups/public") - maven("https://dl.bintray.com/acs/releases") } tasks { diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index cc18a00f..e32c22dd 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -22,7 +22,6 @@ repositories { mavenLocal() jcenter() gradlePluginPortal() - maven("https://dl.bintray.com/cognifide/maven-public") maven("https://repo.adobe.com/nexus/content/groups/public") maven("https://plugins.gradle.org/m2") }