mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-08-23 01:36:33 +00:00
Add jdwp for ptb
This commit is contained in:
Vendored
+2
-1
@@ -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")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user