Commit c324bf8
fix: use JAVA_TOOL_OPTIONS to set user.home for sandbox JVM
tools.deps uses System.getProperty("user.home") to find the Maven
local repo, not maven.repo.local. CLJ_JVM_OPTS may not reach the
tools JVM either. JAVA_TOOL_OPTIONS is universally applied to all
JVM processes, so -Duser.home=/home/runner ensures the tools JVM
finds the mounted .m2/repository at the correct absolute path.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 725b413 commit c324bf8
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments