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 da6a65a commit 3c9e384Copy full SHA for 3c9e384
SHIR/build.ps1
@@ -54,10 +54,6 @@ function Install-MSFT-JDK() {
54
}
55
56
Write-Log "Microsoft OpenJDK MSI Install Successfully"
57
- Write-Log "Will set JAVA_HOME and append OpenJDK to PATH"
58
- SETX JAVA_HOME $JavaHome /m
59
- SETX PATH "$env:PATH;$JavaHome\bin" /m
60
- Write-Log "JAVA_HOME and PATH were updated"
61
Write-Log "Will remove C:\SHIR\$JDKMsiFileName"
62
Remove-Item "C:\SHIR\$JDKMsiFileName"
63
Write-Log "Removed C:\SHIR\$JDKMsiFileName"
0 commit comments