mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Deactivate shadowDistTar and shadowDistZip tasks
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
parent
ac575cef5e
commit
fb1e731d47
@ -409,6 +409,9 @@ configure(project(':desktop')) {
|
||||
apply plugin: 'org.openjfx.javafxplugin'
|
||||
apply from: 'package/package.gradle'
|
||||
|
||||
shadowDistTar.enabled = false
|
||||
shadowDistZip.enabled = false
|
||||
|
||||
javafx {
|
||||
version = "$javafxVersion"
|
||||
modules = ['javafx.controls', 'javafx.fxml']
|
||||
@ -481,6 +484,9 @@ configure(project(':desktop')) {
|
||||
configure(project(':seednode')) {
|
||||
apply plugin: 'com.github.johnrengelman.shadow'
|
||||
|
||||
shadowDistTar.enabled = false
|
||||
shadowDistZip.enabled = false
|
||||
|
||||
jar.manifest.attributes(
|
||||
"Implementation-Title": project.name,
|
||||
"Implementation-Version": version)
|
||||
|
Loading…
Reference in New Issue
Block a user