Skip to content
This repository has been archived by the owner on Sep 24, 2023. It is now read-only.

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
NichtStudioCode committed Apr 10, 2023
1 parent 39c0157 commit 1d7e5aa
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 @@ -60,7 +60,7 @@ tasks {
?: System.getProperty("outDir")?.let(::File)
?: project.buildDir
)
rename { it.replace(project.name, addon.get().addonName.get()) }
rename { it.replace(project.name, addon.get().addonName.get().replace(" ", "-")) }
}

register<Jar>("sources") {
Expand Down

0 comments on commit 1d7e5aa

Please sign in to comment.