diff options
Diffstat (limited to 'enigma-cli/build.gradle')
| -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 34906131..fcd3f0d4 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 { |