Skip to content

Commit b5a1ff5

Browse files
committed
another try
1 parent 08931f0 commit b5a1ff5

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

de.peeeq.wurstscript/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ version = "1.8.1.0"
3636
java {
3737
toolchain {
3838
languageVersion = JavaLanguageVersion.of(25)
39-
vendor = JvmVendorSpec.ADOPTIUM
4039
}
4140
}
4241

de.peeeq.wurstscript/deploy.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ tasks.register("jlinkRuntime25") {
116116
"--add-modules", mods,
117117
"--no-header-files",
118118
"--no-man-pages",
119-
"--strip-java-debug-attributes",
120-
"--compress=2",
119+
"--strip-debug",
120+
"--compress", "zip-6",
121121
"--output", outDir.absolutePath
122122
}
123123
logger.lifecycle("[jlink] Runtime created at: ${outDir}")

0 commit comments

Comments
 (0)