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

Loading…
Cancel
Save