mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Remove shadowJar Plugin
This commit is contained in:
parent
80c1d0a486
commit
4d98a28151
@ -2,7 +2,6 @@ plugins {
|
||||
id 'bisq.application'
|
||||
id 'bisq.javafx'
|
||||
id 'bisq.gradle.packaging.PackagingPlugin'
|
||||
id "com.github.johnrengelman.shadow" version "5.2.0"
|
||||
}
|
||||
|
||||
application {
|
||||
@ -12,9 +11,6 @@ application {
|
||||
'-Djava.net.preferIPv4Stack=true']
|
||||
}
|
||||
|
||||
shadowDistTar.enabled = false
|
||||
shadowDistZip.enabled = false
|
||||
|
||||
javafx {
|
||||
modules = ['javafx.controls', 'javafx.fxml']
|
||||
}
|
||||
|
@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
./gradlew build -x test shadowJar
|
Loading…
Reference in New Issue
Block a user