mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-18 03:44:54 -04:00
gradle: rename fat jar with os and architecture
This commit is contained in:
parent
7165692bde
commit
492fa86054
@ -372,7 +372,7 @@ application {
|
|||||||
}
|
}
|
||||||
|
|
||||||
val fatJar = task("fatJar", type = Jar::class) {
|
val fatJar = task("fatJar", type = Jar::class) {
|
||||||
archiveBaseName.set("${project.name}-fat")
|
archiveBaseName.set("${project.name}-fat-${PlatformInfo.OS.name.toLowerCase()}-${PlatformInfo.ARCHITECTURE.name.toLowerCase()}")
|
||||||
manifest {
|
manifest {
|
||||||
attributes["Implementation-Title"] = project.name.capitalized()
|
attributes["Implementation-Title"] = project.name.capitalized()
|
||||||
attributes["Implementation-Version"] = project.version
|
attributes["Implementation-Version"] = project.version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user