Pack with exe launcher

This commit is contained in:
huangyuhui
2018-07-29 16:33:14 +08:00
parent 129f6bb5cc
commit 1371206323
2 changed files with 4 additions and 3 deletions

View File

@@ -49,7 +49,8 @@ jar {
manifest { manifest {
attributes 'Created-By': 'Copyright(c) 2013-2018 huangyuhui.', attributes 'Created-By': 'Copyright(c) 2013-2018 huangyuhui.',
'Main-Class': mainClass, 'Main-Class': mainClass,
'Multi-Release': "true" 'Multi-Release': "true",
'Implementation-Version': version
} }
doLast { doLast {

Binary file not shown.