diff options
| author | 2020-08-21 22:13:20 -0700 | |
|---|---|---|
| committer | 2020-08-21 22:13:20 -0700 | |
| commit | a9dfe515243dd085890dfae120443b5c6f5a1ff4 (patch) | |
| tree | 75635f4b6fac9e17e213281f3e9e4b16b94ed2fa /enigma-cli | |
| parent | Fix #303 (#308) (diff) | |
| download | enigma-fork-a9dfe515243dd085890dfae120443b5c6f5a1ff4.tar.gz enigma-fork-a9dfe515243dd085890dfae120443b5c6f5a1ff4.tar.xz enigma-fork-a9dfe515243dd085890dfae120443b5c6f5a1ff4.zip | |
Revert "Bump gradle and use the `mainClass` property"
This reverts commit 3dd11065699b39861d2db7522bb6f07c4ee94387
Diffstat (limited to 'enigma-cli')
| -rw-r--r-- | enigma-cli/build.gradle | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/enigma-cli/build.gradle b/enigma-cli/build.gradle index 3490613..fcd3f0d 100644 --- a/enigma-cli/build.gradle +++ b/enigma-cli/build.gradle | |||
| @@ -7,11 +7,9 @@ dependencies { | |||
| 7 | implementation project(':enigma') | 7 | implementation project(':enigma') |
| 8 | } | 8 | } |
| 9 | 9 | ||
| 10 | application { | 10 | mainClassName = 'cuchaz.enigma.command.Main' |
| 11 | mainClass = 'cuchaz.enigma.command.Main' | ||
| 12 | } | ||
| 13 | 11 | ||
| 14 | jar.manifest.attributes 'Main-Class': application.mainClass | 12 | jar.manifest.attributes 'Main-Class': mainClassName |
| 15 | 13 | ||
| 16 | publishing { | 14 | publishing { |
| 17 | publications { | 15 | publications { |