summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar modmuss502020-06-03 19:42:34 +0100
committerGravatar modmuss502020-06-03 19:42:34 +0100
commit9907158fae034aca568231552f22e896664c0cab (patch)
tree71128501a6f449f6501fe9b994c73dcf78eb5806
parentEditor tabs (#238) (diff)
downloadenigma-9907158fae034aca568231552f22e896664c0cab.tar.gz
enigma-9907158fae034aca568231552f22e896664c0cab.tar.xz
enigma-9907158fae034aca568231552f22e896664c0cab.zip
Fix enigma-swing maven dependencies
-rw-r--r--enigma-swing/build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/enigma-swing/build.gradle b/enigma-swing/build.gradle
index a1bcafc5..0ebc90c5 100644
--- a/enigma-swing/build.gradle
+++ b/enigma-swing/build.gradle
@@ -17,7 +17,8 @@ jar.manifest.attributes 'Main-Class': 'cuchaz.enigma.gui.Main'
17publishing { 17publishing {
18 publications { 18 publications {
19 shadow(MavenPublication) { publication -> 19 shadow(MavenPublication) { publication ->
20 project.shadow.component(publication) 20 publication.from components.java
21 publication.artifact shadowJar
21 } 22 }
22 } 23 }
23} \ No newline at end of file 24} \ No newline at end of file