We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b9607 commit 63abdf8Copy full SHA for 63abdf8
.ci/scripts/packaging-test.ps1
@@ -10,6 +10,7 @@ If (-NOT ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdent
10
$AppProps = ConvertFrom-StringData (Get-Content .ci/java-versions.properties -raw)
11
$env:ES_BUILD_JAVA=$AppProps.ES_BUILD_JAVA
12
$env:ES_RUNTIME_JAVA=$AppProps.ES_RUNTIME_JAVA
13
+$env:JAVA_TOOL_OPTIONS=''
14
15
$ErrorActionPreference="Stop"
16
$gradleInit = "C:\Users\$env:username\.gradle\init.d\"
0 commit comments