Revert the version installed by install-metals.cmd to 0.11.2

This commit is contained in:
yuilib
2022-04-28 08:50:36 +09:00
committed by mattn
parent 6d26322896
commit abe1e9084a

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.11.3
set VERSION=0.11.2
set JAVA_FLAGS=
if "%HTTPS_PROXY%" neq "" (
set JAVA_FLAGS=-Dhttps.proxyHost=%HTTPS_PROXY%