Skip to content

Commit

Permalink
Remove shadowJar Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed Sep 10, 2023
1 parent 80c1d0a commit 4d98a28
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions desktop/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -12,9 +11,6 @@ application {
'-Djava.net.preferIPv4Stack=true']
}

shadowDistTar.enabled = false
shadowDistZip.enabled = false

javafx {
modules = ['javafx.controls', 'javafx.fxml']
}
Expand Down
3 changes: 0 additions & 3 deletions seednode/create_jar.sh

This file was deleted.

0 comments on commit 4d98a28

Please sign in to comment.