bin off jcenter
This commit is contained in:
@@ -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>()
|
||||
|
||||
@@ -28,7 +28,7 @@ plugins {
|
||||
}
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
maven(url = "https://raw.githubusercontent.com/open-osrs/hosting/master")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user