mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
Remove shadowJar Plugin
This commit is contained in:
parent
80c1d0a486
commit
4d98a28151
2 changed files with 0 additions and 7 deletions
|
@ -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…
Add table
Reference in a new issue