Skip to content

Commit

Permalink
dont use maven local
Browse files Browse the repository at this point in the history
  • Loading branch information
ImUrX committed Jul 30, 2023
1 parent 113308c commit beeb454
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions server/ios/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ java {
allprojects {
repositories {
mavenCentral()
mavenLocal()
// maven {
// url = uri("https://oss.sonatype.org/content/repositories/snapshots")
// }
// mavenLocal()
maven {
url = uri("https://oss.sonatype.org/content/repositories/snapshots")
}
}
}

Expand Down
8 changes: 4 additions & 4 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ pluginManagement {
gradlePluginPortal()
google()
mavenCentral()
mavenLocal()
// maven {
// url = uri("https://oss.sonatype.org/content/repositories/snapshots")
// }
// mavenLocal()
maven {
url = uri("https://oss.sonatype.org/content/repositories/snapshots")
}
}

val robovmVersion: String by settings
Expand Down

0 comments on commit beeb454

Please sign in to comment.