This commit is contained in:
crschnick
2026-07-18 17:51:03 +00:00
parent 9168facb56
commit bfa9d4a191
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ jlink {
addOptions("--add-modules", groupName + ".ext.${extProject.name}")
}
def excludeJdwp = ci || isFullRelease
def excludeJdwp = isFullRelease
if (!excludeJdwp) {
addOptions("--add-modules", "jdk.jdwp.agent")
}
+1 -1
View File
@@ -1 +1 @@
23.8-2
23.8-3