Prefer local Maven repository over the OpenRS2 snapshots repo

This allows users to actually override a dependency with one in their
local Maven repository.
pull/70/head
Graham 4 years ago
parent 018e0eb9cb
commit d32de8537d
  1. 2
      build.gradle.kts

@ -21,8 +21,8 @@ allprojects {
repositories {
mavenCentral()
maven(url = "https://repo.openrs2.dev/repository/openrs2")
maven(url = "https://repo.openrs2.dev/repository/openrs2-snapshots")
mavenLocal()
maven(url = "https://repo.openrs2.dev/repository/openrs2-snapshots")
}
plugins.withType<BasePlugin> {

Loading…
Cancel
Save