bin off jcenter
This commit is contained in:
@@ -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>()
|
||||||
|
|||||||
@@ -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")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user