We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea62af4 commit 678b778Copy full SHA for 678b778
1 file changed
build.gradle
@@ -47,15 +47,12 @@ application {
47
//}
48
49
runtime {
50
- options = ['--strip-debug',
51
- '--no-header-files', '--no-man-pages']
52
-
53
- // 给三大平台分别打 image
54
- targetPlatform('win', System.getenv('WIN_JDK')) // Windows x64
55
- targetPlatform('linux', System.getenv('LINUX_JDK'))
56
- targetPlatform('mac', System.getenv('MAC_JDK'))
57
58
- imageZip = file("$buildDir/image/Javaows.zip")
+ options = [
+ '--strip-debug',
+ '--no-header-files',
+ '--no-man-pages'
+ ]
+ imageZip = file("$buildDir/image/Javaows-xwx.zip")
59
}
60
61
publishing {
0 commit comments