Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Use all
  • Loading branch information
mbg committed Feb 17, 2026
commit d1689c93071d4062a7ccbe4e7de9ea75d94a3321
2 changes: 1 addition & 1 deletion lib/init-action.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/init-action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Comment thread
mbg marked this conversation as resolved.
);
}

Expand Down
Loading