Skip to content

Commit d2d115b

Browse files
committed
fix: revert java tempdir change
that was introduced in Release 2025-02-20 #855
1 parent 21fbe77 commit d2d115b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/m2ee/m2ee.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ m2ee:
2222
javaopts:
2323
[
2424
"-Dfile.encoding=UTF-8",
25-
"-Djava.io.tmpdir=/tmp",
25+
"-Djava.io.tmpdir=BUILD_PATH/data/tmp",
2626
"-XX:OnError=BUILD_PATH/.local/scripts/on_error.sh",
2727
"-XX:OnOutOfMemoryError=BUILD_PATH/.local/scripts/on_out_of_memory_error.sh",
2828
]

0 commit comments

Comments
 (0)