mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-18 14:55:53 -04:00
Configure shadowJar classifier in time for packageNative config
This change avoids the "Main application jar is missing" error described in the comments on issue #243.
This commit is contained in:
parent
351feae334
commit
356b76a21a
@ -60,6 +60,8 @@ dependencies {
|
||||
testCompile 'org.springframework:spring-test:4.1.1.RELEASE'
|
||||
}
|
||||
|
||||
shadowJar.classifier = 'app'
|
||||
|
||||
task packageNative(type: Exec, dependsOn: shadowJar) {
|
||||
if (Os.isFamily(Os.FAMILY_MAC))
|
||||
executable "${project.rootDir}/package/mac.sh"
|
||||
@ -73,8 +75,6 @@ task packageNative(type: Exec, dependsOn: shadowJar) {
|
||||
args project.version, shadowJar.archivePath, mainClassName
|
||||
}
|
||||
|
||||
shadowJar.classifier = 'app'
|
||||
|
||||
task appJar(dependsOn: shadowJar) {
|
||||
group = "shadow"
|
||||
description = "Builds a Bitsquare client UI executable jar"
|
||||
|
Loading…
x
Reference in New Issue
Block a user