Skip to content

Commit d1689c9

Browse files
committed
Use all
1 parent 3e37216 commit d1689c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/init-action.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/init-action.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ async function run(startedAt: Date) {
763763
// Add the network debugging options.
764764
core.exportVariable(
765765
"JAVA_TOOL_OPTIONS",
766-
`${existingJavaToolOptions} -Djavax.net.debug=ssl,handshake,certpath`,
766+
`${existingJavaToolOptions} -Djavax.net.debug=all`,
767767
);
768768
}
769769

0 commit comments

Comments
 (0)