diff --git a/build.gradle.kts b/build.gradle.kts index 2d4c92f24..dea9361ae 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -35,7 +35,7 @@ allprojects { java.toolchain.languageVersion.set(JavaLanguageVersion.of(jdkVersion)) - publishing.repositories.maven("https://maven.pkg.github.com/PlazmaMC/Plazmaclip") { + publishing.repositories.maven("https://maven.pkg.github.com/$providerRepo") { name = "githubPackage" credentials {