diff options
author | Curly Bryce <curlybryce@protonmail.com> | 2021-04-06 13:23:26 -0600 |
---|---|---|
committer | Curly Bryce <curlybryce@protonmail.com> | 2021-04-06 13:23:26 -0600 |
commit | ef19bd95caf334e19321fbae0b7647d446797c40 (patch) | |
tree | 51d6ee9e8f4a69a4e51fe7830044582d1cb46796 /build.gradle | |
parent | d28a61759609b32ae993777c9395f8edfa4953f3 (diff) | |
download | wordsearchjava-netbeans.tar.gz wordsearchjava-netbeans.tar.bz2 wordsearchjava-netbeans.zip |
fixed jar and helpnetbeans
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index f89305e..b7d67ae 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ dependencies { testImplementation 'junit:junit:4.13' } -java { +jar { manifest { attributes( 'Main-Class': 'wordsearchjava.Main' |