File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -317,14 +317,14 @@ def generateNativeStage(platform) {
317317 powershell( script : """
318318 .\\ ..\\ ..\\ couchdb-glazier\\ bin\\ shell.ps1
319319 Set-Item -Path env:GRADLE_OPTS -Value '-Dorg.gradle.daemon=false'
320- Remove -Item env:CLOUSEAU_JAVA_HOME
320+ Set -Item -Path env:CLOUSEAU_JAVA_HOME -Value env:JAVA_HOME
321321 make -f Makefile.win elixir-search ERLANG_COOKIE=crumbles
322322 """ , label : ' Clouseau tests' )
323323
324324 powershell( script : """
325325 .\\ ..\\ ..\\ couchdb-glazier\\ bin\\ shell.ps1
326326 Set-Item -Path env:GRADLE_OPTS -Value '-Dorg.gradle.daemon=false'
327- Remove -Item env:CLOSUEAU_JAVA_HOME
327+ Set -Item -Path env:CLOUSEAU_JAVA_HOME -Value env:JAVA_HOME
328328 make -f Makefile.win mango-test ERLANG_COOKIE=crumbles
329329 """ , label : ' Mango tests' )
330330
You can’t perform that action at this time.
0 commit comments