Skip to content

Commit

Permalink
build: use lowercase instead of toLowerCase
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK committed Apr 19, 2023
1 parent 4ef431f commit f84d863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
}
Expand Down

0 comments on commit f84d863

Please sign in to comment.