Skip to content

Commit

Permalink
update repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
dprzybyl committed Nov 7, 2023
1 parent 4e78100 commit c3cce29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/common.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
1 change: 0 additions & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down

0 comments on commit c3cce29

Please sign in to comment.