gradle: shouldve pr'd that last one...
This commit is contained in:
@@ -67,17 +67,8 @@ subprojects {
|
|||||||
if (System.getenv("JITPACK") != null)
|
if (System.getenv("JITPACK") != null)
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
jcenter()
|
jcenter()
|
||||||
exclusiveContent {
|
|
||||||
forRepository {
|
|
||||||
maven {
|
|
||||||
url = uri("https://mvnrepository.com/artifact")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
filter {
|
|
||||||
excludeModule("com.github.petitparser", "java-petitparser")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
maven(url = "https://jitpack.io")
|
maven(url = "https://jitpack.io")
|
||||||
|
maven(url = "https://mvnrepository.com/artifact")
|
||||||
|
|
||||||
exclusiveContent {
|
exclusiveContent {
|
||||||
forRepository {
|
forRepository {
|
||||||
|
|||||||
Reference in New Issue
Block a user