Add jdwp for ptb

This commit is contained in:
crschnick
2026-07-18 17:03:45 +00:00
parent 9303ecab73
commit 7a85ecfec5
+2 -1
View File
@@ -63,7 +63,8 @@ jlink {
addOptions("--add-modules", groupName + ".ext.${extProject.name}")
}
if (!ci || (!isStage && !isFullRelease)) {
def excludeJdwp = ci || isFullRelease
if (!excludeJdwp) {
addOptions("--add-modules", "jdk.jdwp.agent")
}