Skip to content

Commit

Permalink
Ensure JAVA_TOOL_OPTIONS is cleared out for Windows packaging tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed May 17, 2022
1 parent 6457b1c commit 4276aad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/scripts/packaging-test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ If (-NOT ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdent
$AppProps = ConvertFrom-StringData (Get-Content .ci/java-versions.properties -raw)
$env:ES_BUILD_JAVA=$AppProps.ES_BUILD_JAVA
$env:ES_RUNTIME_JAVA=$AppProps.ES_RUNTIME_JAVA
$env:JAVA_TOOL_OPTIONS=''

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

0 comments on commit 4276aad

Please sign in to comment.