gradle: shouldve pr'd that last one...

This commit is contained in:
ThatGamerBlue
2020-03-13 21:43:03 +00:00
committed by GitHub
parent ff99f60b59
commit 5374f044ff

View File

@@ -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 {