build(Needs bump): Use artifacts from Jitpack

This commit is contained in:
oSumAtrIX
2023-10-09 18:54:59 +02:00
parent 1342dace9c
commit 416c255f65
2 changed files with 5 additions and 11 deletions

View File

@ -9,13 +9,7 @@ repositories {
mavenCentral()
mavenLocal()
google()
maven {
url = uri("https://maven.pkg.github.com/revanced/revanced-patcher")
credentials {
username = project.findProperty("gpr.user") as? String ?: System.getenv("GITHUB_ACTOR")
password = project.findProperty("gpr.key") as? String ?: System.getenv("GITHUB_TOKEN")
}
}
maven { url = uri("https://jitpack.io") }
// Required for FlexVer-Java
maven {
url = uri("https://repo.sleeping.town")