gradle: this module is no longer located here, but this repository responds errantly when a module version doesnt exist

This commit is contained in:
ThatGamerBlue
2020-03-13 21:34:45 +00:00
committed by GitHub
parent 80b73d0eae
commit ff99f60b59

View File

@@ -67,7 +67,16 @@ subprojects {
if (System.getenv("JITPACK") != null)
mavenLocal()
jcenter()
maven(url = "https://mvnrepository.com/artifact")
exclusiveContent {
forRepository {
maven {
url = uri("https://mvnrepository.com/artifact")
}
}
filter {
excludeModule("com.github.petitparser", "java-petitparser")
}
}
maven(url = "https://jitpack.io")
exclusiveContent {