fix: disable Gradle daemon in runtime prepare for Codex compatibility

This commit is contained in:
nrslib 2026-02-27 14:23:01 +09:00
parent 9a953e4774
commit 7507c45314

View File

@ -9,3 +9,5 @@ mkdir -p "$runtime_tmp" "$gradle_home"
echo "GRADLE_USER_HOME=$gradle_home"
echo "TMPDIR=$runtime_tmp"
# Codex コンテナは UDP ソケットGradle デーモン通信)をブロックするためデーモンを無効化
echo "GRADLE_OPTS=-Dorg.gradle.daemon=false"