diff options
| author | 2020-08-22 19:56:52 +0200 | |
|---|---|---|
| committer | 2020-08-22 19:56:52 +0200 | |
| commit | dcfead3beaca261e6530476ec51964f3c969235b (patch) | |
| tree | 75635f4b6fac9e17e213281f3e9e4b16b94ed2fa /enigma-swing | |
| parent | Fix #303 (#308) (diff) | |
| parent | Revert "Bump gradle and use the `mainClass` property" (diff) | |
| download | enigma-dcfead3beaca261e6530476ec51964f3c969235b.tar.gz enigma-dcfead3beaca261e6530476ec51964f3c969235b.tar.xz enigma-dcfead3beaca261e6530476ec51964f3c969235b.zip | |
Merge pull request #310 from idwtd/patch-3
Revert "Bump gradle and use the `mainClass` property"
Diffstat (limited to 'enigma-swing')
| -rw-r--r-- | enigma-swing/build.gradle | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/enigma-swing/build.gradle b/enigma-swing/build.gradle index f7769037..2966ae72 100644 --- a/enigma-swing/build.gradle +++ b/enigma-swing/build.gradle | |||
| @@ -14,11 +14,9 @@ dependencies { | |||
| 14 | implementation 'org.drjekyll:fontchooser:2.4' | 14 | implementation 'org.drjekyll:fontchooser:2.4' |
| 15 | } | 15 | } |
| 16 | 16 | ||
| 17 | application { | 17 | mainClassName = 'cuchaz.enigma.gui.Main' |
| 18 | mainClass = 'cuchaz.enigma.gui.Main' | ||
| 19 | } | ||
| 20 | 18 | ||
| 21 | jar.manifest.attributes 'Main-Class': application.mainClass | 19 | jar.manifest.attributes 'Main-Class': mainClassName |
| 22 | 20 | ||
| 23 | publishing { | 21 | publishing { |
| 24 | publications { | 22 | publications { |