Reduce priority of mavenLocal() to fix dependencyUpdates

pull/66/head
Graham 4 years ago
parent 641da067da
commit 5d813a345d
  1. 2
      build.gradle.kts

@ -19,7 +19,6 @@ allprojects {
version = "1.0.0-SNAPSHOT"
repositories {
mavenLocal()
mavenCentral()
if (hasProperty("repoUsername")) {
maven(url = "https://repo.openrs2.dev/repository/openrs2") {
@ -35,6 +34,7 @@ allprojects {
}
}
}
mavenLocal()
}
plugins.withType<BasePlugin> {

Loading…
Cancel
Save