Remove shadowJar Plugin

This commit is contained in:
Alva Swanson 2023-09-10 16:36:55 +02:00
parent 80c1d0a486
commit 4d98a28151
No known key found for this signature in database
GPG Key ID: 004760E77F753090
2 changed files with 0 additions and 7 deletions

View File

@ -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']
}

View File

@ -1,3 +0,0 @@
#!/bin/bash
./gradlew build -x test shadowJar