Skip to content

Commit

Permalink
Use the snakecase method
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericenderman committed Sep 10, 2024
1 parent ac4a423 commit c50ee11
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 @@ -119,7 +119,7 @@ val topLevelDomain = "net"

val projectNameString = rootProject.name

group = "$topLevelDomain$groupStringSeparator${mainProjectAuthor.lowercase().replace(" ", snakecaseStringSeparator)}$groupStringSeparator${snakecase(projectNameString)}"
group = "$topLevelDomain$groupStringSeparator${snakecase(mainProjectAuthor)}$groupStringSeparator${snakecase(projectNameString)}"
version = "0.0.4"

val buildDirectoryString = layout.buildDirectory.toString()
Expand Down

0 comments on commit c50ee11

Please sign in to comment.