build: Use more fitting repository name to pull Gradle plugin from

This commit is contained in:
Dawid Krajcarz 2026-02-28 13:03:34 +01:00 committed by GitHub
parent 756783fc70
commit adcaa11953
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)
} }
} }