mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-17 19:35:00 -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) {
|
||||
archiveBaseName.set("${project.name}-fat")
|
||||
archiveBaseName.set("${project.name}-fat-${PlatformInfo.OS.name.toLowerCase()}-${PlatformInfo.ARCHITECTURE.name.toLowerCase()}")
|
||||
manifest {
|
||||
attributes["Implementation-Title"] = project.name.capitalized()
|
||||
attributes["Implementation-Version"] = project.version
|
||||
|
Loading…
x
Reference in New Issue
Block a user