Changed fatJar task to fatJarLinux
This commit is contained in:
parent
c04fc09247
commit
6d7503dbb3
1 changed files with 2 additions and 2 deletions
|
@ -79,8 +79,8 @@ compose.desktop {
|
|||
}
|
||||
|
||||
|
||||
task("fatJar", type = Jar::class) {
|
||||
archiveBaseName.set(projectName)
|
||||
task("fatJarLinux", type = Jar::class) {
|
||||
archiveBaseName.set("$projectName-linux")
|
||||
|
||||
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
||||
|
||||
|
|
Loading…
Reference in a new issue