This commit is contained in:
Michael B. Gale
2026-02-17 09:53:49 +00:00
parent 3e37216660
commit d1689c9307
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -763,7 +763,7 @@ async function run(startedAt: Date) {
// Add the network debugging options.
core.exportVariable(
"JAVA_TOOL_OPTIONS",
`${existingJavaToolOptions} -Djavax.net.debug=ssl,handshake,certpath`,
`${existingJavaToolOptions} -Djavax.net.debug=all`,
);
}