Skip to content

Commit c3cce29

Browse files
committed
update repositories
1 parent 4e78100 commit c3cce29

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/common.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
import org.gradle.api.tasks.testing.logging.TestExceptionFormat
55

66
repositories {
7+
mavenLocal()
78
jcenter()
89
maven("https://repo.adobe.com/nexus/content/groups/public")
9-
maven("https://dl.bintray.com/acs/releases")
1010
}
1111

1212
tasks {

buildSrc/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ repositories {
2222
mavenLocal()
2323
jcenter()
2424
gradlePluginPortal()
25-
maven("https://dl.bintray.com/cognifide/maven-public")
2625
maven("https://repo.adobe.com/nexus/content/groups/public")
2726
maven("https://plugins.gradle.org/m2")
2827
}

0 commit comments

Comments
 (0)