mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
11 lines
221 B
Batchfile
11 lines
221 B
Batchfile
@echo off
|
|
|
|
git clone --depth=1 https://github.com/prominic/groovy-language-server .
|
|
call gradlew.bat build
|
|
|
|
echo @echo off ^
|
|
|
|
java -jar %%~dp0\build\libs\groovy-language-server-all.jar %%* ^
|
|
|
|
> groovy-language-server.cmd
|