bin off jcenter

This commit is contained in:
ThatGamerBlue
2021-06-23 12:36:29 +01:00
parent 8afc700f5f
commit a836d08148
2 changed files with 2 additions and 9 deletions

View File

@@ -61,13 +61,6 @@ subprojects {
mavenLocal() mavenLocal()
} }
jcenter {
content {
excludeGroupByRegex("com\\.openosrs.*")
excludeGroupByRegex("com\\.runelite.*")
}
}
exclusiveContent { exclusiveContent {
forRepository { forRepository {
maven { maven {
@@ -103,7 +96,7 @@ subprojects {
} }
} }
maven(url = "https://mvnrepository.com/artifact") mavenCentral();
} }
apply<JavaLibraryPlugin>() apply<JavaLibraryPlugin>()

View File

@@ -28,7 +28,7 @@ plugins {
} }
repositories { repositories {
jcenter() mavenCentral()
maven(url = "https://raw.githubusercontent.com/open-osrs/hosting/master") maven(url = "https://raw.githubusercontent.com/open-osrs/hosting/master")
} }