diff options
Diffstat (limited to 'enigma-swing')
| -rw-r--r-- | enigma-swing/build.gradle | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/enigma-swing/build.gradle b/enigma-swing/build.gradle index 452df5e7..8a8d6793 100644 --- a/enigma-swing/build.gradle +++ b/enigma-swing/build.gradle | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | plugins { | 1 | plugins { |
| 2 | id 'application' | 2 | id 'application' |
| 3 | id 'com.github.johnrengelman.shadow' | 3 | id 'com.gradleup.shadow' |
| 4 | } | 4 | } |
| 5 | 5 | ||
| 6 | def flatLafNatives = [ | 6 | def flatLafNatives = [ |
| @@ -31,11 +31,3 @@ application { | |||
| 31 | } | 31 | } |
| 32 | 32 | ||
| 33 | jar.manifest.attributes 'Main-Class': application.mainClass.get() | 33 | jar.manifest.attributes 'Main-Class': application.mainClass.get() |
| 34 | |||
| 35 | publishing { | ||
| 36 | publications { | ||
| 37 | shadow(MavenPublication) { publication -> | ||
| 38 | publication.from components.java | ||
| 39 | } | ||
| 40 | } | ||
| 41 | } \ No newline at end of file | ||