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

@@ -47,9 +47,10 @@ jar {
from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } }
manifest {
attributes 'Created-By' : 'Copyright(c) 2013-2018 huangyuhui.',
'Main-Class' : mainClass,
'Multi-Release': "true"
attributes 'Created-By': 'Copyright(c) 2013-2018 huangyuhui.',
'Main-Class': mainClass,
'Multi-Release': "true",
'Implementation-Version': version
}
doLast {

Binary file not shown.