File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ java {
1111allprojects {
1212 repositories {
1313 mavenCentral()
14- mavenLocal()
15- // maven {
16- // url = uri("https://oss.sonatype.org/content/repositories/snapshots")
17- // }
14+ // mavenLocal()
15+ maven {
16+ url = uri(" https://oss.sonatype.org/content/repositories/snapshots" )
17+ }
1818 }
1919}
2020
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ pluginManagement {
1414 gradlePluginPortal()
1515 google()
1616 mavenCentral()
17- mavenLocal()
18- // maven {
19- // url = uri("https://oss.sonatype.org/content/repositories/snapshots")
20- // }
17+ // mavenLocal()
18+ maven {
19+ url = uri(" https://oss.sonatype.org/content/repositories/snapshots" )
20+ }
2121 }
2222
2323 val robovmVersion: String by settings
You can’t perform that action at this time.
0 commit comments