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