summaryrefslogtreecommitdiff
path: root/enigma-swing
diff options
context:
space:
mode:
authorGravatar Marco Rebhan2021-07-09 23:05:44 +0200
committerGravatar Marco Rebhan2021-07-09 23:05:44 +0200
commit4040215793888ac3b9145ddef52dcb17641c20da (patch)
tree0c9a74fbf694b8ce5f7d7a6008be86acaf1dd356 /enigma-swing
parentBump version (diff)
downloadenigma-4040215793888ac3b9145ddef52dcb17641c20da.tar.gz
enigma-4040215793888ac3b9145ddef52dcb17641c20da.tar.xz
enigma-4040215793888ac3b9145ddef52dcb17641c20da.zip
Update to shadow 7.0.0, second try
Closes #415.
Diffstat (limited to 'enigma-swing')
-rw-r--r--enigma-swing/build.gradle5
1 files changed, 2 insertions, 3 deletions
diff --git a/enigma-swing/build.gradle b/enigma-swing/build.gradle
index dadd0d3f..d6b618ed 100644
--- a/enigma-swing/build.gradle
+++ b/enigma-swing/build.gradle
@@ -1,6 +1,6 @@
1plugins { 1plugins {
2 id 'application' 2 id 'application'
3 id 'com.github.johnrengelman.shadow' version '5.2.0' 3 id 'com.github.johnrengelman.shadow' version '7.0.0'
4} 4}
5 5
6dependencies { 6dependencies {
@@ -22,8 +22,7 @@ jar.manifest.attributes 'Main-Class': mainClassName
22publishing { 22publishing {
23 publications { 23 publications {
24 shadow(MavenPublication) { publication -> 24 shadow(MavenPublication) { publication ->
25 publication.from components.java 25 project.shadow.component publication
26 publication.artifact shadowJar
27 } 26 }
28 } 27 }
29} 28}