diff --git a/images/win/scripts/Installers/Install-JavaTools.ps1 b/images/win/scripts/Installers/Install-JavaTools.ps1 index 3e6ab8d6d..2179008a0 100644 --- a/images/win/scripts/Installers/Install-JavaTools.ps1 +++ b/images/win/scripts/Installers/Install-JavaTools.ps1 @@ -95,7 +95,6 @@ $m2_repo = 'C:\ProgramData\m2' New-Item -Path $m2_repo -ItemType Directory -Force setx M2 $m2 /M -setx M2_HOME $m2_home /M setx M2_REPO $m2_repo /M setx MAVEN_OPTS $maven_opts /M @@ -108,4 +107,4 @@ Extract-7Zip -Path $archivePath -DestinationPath "C:\" setx COBERTURA_HOME $coberturaPath /M -Invoke-PesterTests -TestFile "Java" \ No newline at end of file +Invoke-PesterTests -TestFile "Java"