Skip to content

Commit

Permalink
Updated build.gradle.kts
Browse files Browse the repository at this point in the history
Fixed name being duplicated
  • Loading branch information
SpoonySimone committed Feb 18, 2024
1 parent bf0f61e commit 691a4d6
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 @@ -9,7 +9,7 @@ plugins {
val modGroup: String by project
val modBaseName: String by project
group = modGroup
base.archivesName.set("$modBaseName - ${project.version}-SNAPSHOT.jar")
base.archivesName.set("$modBaseName - ${project.version}")

loom {
noServerRunConfigs()
Expand Down

0 comments on commit 691a4d6

Please sign in to comment.