Skip to content

Commit

Permalink
usee toLowerCase
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada committed Nov 29, 2023
1 parent f760bd8 commit 2483691
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 @@ -74,5 +74,5 @@ tasks.register(name = "shadowJar", type = Jar::class) {

group = BasePlugin.BUILD_GROUP
archiveClassifier.set("shadow")
archiveFileName.set(rootProject.name.replace(" ", "-").lowercase() + "-" + project.version + "-all.jar")
archiveFileName.set(rootProject.name.replace(" ", "-").toLowerCase() + "-" + project.version + "-all.jar")
}

0 comments on commit 2483691

Please sign in to comment.