mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
Update metals: 0.11.2
This commit is contained in:
@@ -5,7 +5,7 @@ setlocal
|
|||||||
curl -Lo coursier https://git.io/coursier-cli
|
curl -Lo coursier https://git.io/coursier-cli
|
||||||
curl -Lo coursier.bat https://git.io/coursier-bat
|
curl -Lo coursier.bat https://git.io/coursier-bat
|
||||||
|
|
||||||
set VERSION=0.10.9
|
set VERSION=0.11.2
|
||||||
set JAVA_FLAGS=
|
set JAVA_FLAGS=
|
||||||
if "%HTTPS_PROXY%" neq "" (
|
if "%HTTPS_PROXY%" neq "" (
|
||||||
set JAVA_FLAGS=-Dhttps.proxyHost=%HTTPS_PROXY%
|
set JAVA_FLAGS=-Dhttps.proxyHost=%HTTPS_PROXY%
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ set -e
|
|||||||
curl -Lo ./coursier https://git.io/coursier-cli
|
curl -Lo ./coursier https://git.io/coursier-cli
|
||||||
chmod +x ./coursier
|
chmod +x ./coursier
|
||||||
|
|
||||||
version="0.10.9"
|
version="0.11.2"
|
||||||
java_flags=()
|
java_flags=()
|
||||||
|
|
||||||
if [[ -n "${https_proxy}" ]]; then
|
if [[ -n "${https_proxy}" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user