Skip to content

Commit 8eb414d

Browse files
committed
dont use maven local
1 parent 4bb1599 commit 8eb414d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

server/ios/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ java {
1111
allprojects {
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

settings.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)