build: Use more fitting repository name to pull Gradle plugin from
This commit is contained in:
parent
756783fc70
commit
adcaa11953
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ pluginManagement {
|
||||||
google()
|
google()
|
||||||
maven {
|
maven {
|
||||||
name = "githubPackages"
|
name = "githubPackages"
|
||||||
url = uri("https://maven.pkg.github.com/revanced/revanced-patches")
|
url = uri("https://maven.pkg.github.com/revanced/revanced-patches-gradle-plugin")
|
||||||
credentials(PasswordCredentials::class)
|
credentials(PasswordCredentials::class)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue