Skip to content

Commit 4276aad

Browse files
committed
Ensure JAVA_TOOL_OPTIONS is cleared out for Windows packaging tests
1 parent 6457b1c commit 4276aad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/scripts/packaging-test.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ If (-NOT ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdent
1010
$AppProps = ConvertFrom-StringData (Get-Content .ci/java-versions.properties -raw)
1111
$env:ES_BUILD_JAVA=$AppProps.ES_BUILD_JAVA
1212
$env:ES_RUNTIME_JAVA=$AppProps.ES_RUNTIME_JAVA
13+
$env:JAVA_TOOL_OPTIONS=''
1314

1415
$ErrorActionPreference="Stop"
1516
$gradleInit = "C:\Users\$env:username\.gradle\init.d\"

0 commit comments

Comments
 (0)