Replace JCenter with the Gradle Plugin Portal

Signed-off-by: Graham <gpe@openrs2.org>
pull/132/head
Graham 3 years ago
parent 6498d39306
commit 3a4fdc7ee0
  1. 2
      settings.gradle.kts

@ -3,7 +3,7 @@ rootProject.name = "openrs2"
dependencyResolutionManagement {
repositories {
mavenCentral()
jcenter()
gradlePluginPortal()
maven(url = "https://repo.openrs2.org/repository/openrs2")
mavenLocal()
maven(url = "https://repo.openrs2.org/repository/openrs2-snapshots")

Loading…
Cancel
Save