Skip to content
Snippets Groups Projects
Commit c40678b0 authored by Jan Gruteser's avatar Jan Gruteser
Browse files

fix jar file name for Makefile

parent 477455a6
Branches
Tags
No related merge requests found
Pipeline #134900 passed
...@@ -45,7 +45,8 @@ java { ...@@ -45,7 +45,8 @@ java {
withJavadocJar() withJavadocJar()
} }
jar { shadowJar {
archiveFileName = 'TLA2B.jar'
manifest { manifest {
attributes( attributes(
'Main-Class': 'de.tla2b.TLA2B' 'Main-Class': 'de.tla2b.TLA2B'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment