Oops fix jar naming
This commit is contained in:
parent
dc4e306539
commit
2e1cbf32c1
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ dependencies {
|
||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
named<ShadowJar>("shadowJar") {
|
named<ShadowJar>("shadowJar") {
|
||||||
archiveBaseName.set("$game_name + $version")
|
|
||||||
mergeServiceFiles()
|
mergeServiceFiles()
|
||||||
manifest {
|
manifest {
|
||||||
attributes(mapOf("Main-Class" to "group.ouroboros.potrogue.MainKt"))
|
attributes(mapOf("Main-Class" to "group.ouroboros.potrogue.MainKt"))
|
||||||
|
|
Loading…
Reference in a new issue