Update install-metals.cmd

This commit is contained in:
Alessandro
2021-11-03 17:31:14 +01:00
committed by mattn
parent 1fc868a43c
commit 8d977b017e

View File

@@ -5,7 +5,7 @@ setlocal
curl -Lo coursier https://git.io/coursier-cli
curl -Lo coursier.bat https://git.io/coursier-bat
set VERSION=0.10.7
set VERSION=0.10.9
set JAVA_FLAGS=
if "%HTTPS_PROXY%" neq "" (
set JAVA_FLAGS=-Dhttps.proxyHost=%HTTPS_PROXY%