mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
Merge pull request #6460 from HenrikJannsen/remove_unneeded_gradle_tasks
Deactivate shadowDistTar and shadowDistZip tasks
This commit is contained in:
commit
6fa2ffb3c7
@ -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