mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 07:41:20 +00:00
jdtls: Add version 1.10.0-202204081744 (#3492)
This commit is contained in:
parent
c4347d1e4e
commit
b2b74df89a
29
bucket/jdtls.json
Normal file
29
bucket/jdtls.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"version": "1.11.0-202204140336",
|
||||
"description": "Java language server",
|
||||
"homepage": "https://projects.eclipse.org/projects/eclipse.jdt.ls",
|
||||
"license": "EPL-2.0",
|
||||
"suggest": {
|
||||
"JDK": "java/openjdk",
|
||||
"Python": "python"
|
||||
},
|
||||
"url": "https://download.eclipse.org/jdtls/snapshots/jdt-language-server-1.11.0-202204140336.tar.gz",
|
||||
"hash": "946bb77d0863e3137600e8451845a3d853bf64e87a90c99e7bb936d9ca34e7fa",
|
||||
"installer": {
|
||||
"script": "shim (search_in_path python.exe) $global jdtls \"$dir\\bin\\jdtls\""
|
||||
},
|
||||
"uninstaller": {
|
||||
"script": "rm_shim jdtls (shimdir $global) jdtls"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://download.eclipse.org/jdtls/snapshots/latest.txt",
|
||||
"regex": "jdt-language-server-([\\d.]+)-(\\d+)",
|
||||
"replace": "${1}-${2}"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://download.eclipse.org/jdtls/snapshots/jdt-language-server-$match1-$match2.tar.gz",
|
||||
"hash": {
|
||||
"url": "$url.sha256"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user