diff --git a/build.gradle.kts b/build.gradle.kts index bcebe96b..0dd069f7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -66,7 +66,7 @@ publishOnCentral { projectLongName.set(info.fullName) projectUrl.set(info.websiteUrl) scmConnection.set(info.scm) - repository("https://maven.pkg.github.com/DanySK/${rootProject.name}".toLowerCase(), name = "github") { + repository("https://maven.pkg.github.com/DanySK/${rootProject.name}".lowercase(), name = "github") { user.set("danysk") password.set(System.getenv("GITHUB_TOKEN")) }