mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 00:38:56 +00:00
Merge pull request #243 from eclipse/msp_lsp4jRelease
Switched to LSP4J 0.1.0 release
This commit is contained in:
commit
f2652de232
2 changed files with 1 additions and 2 deletions
|
@ -12,7 +12,6 @@ def jenkinsPipelineRepo = { jobName -> "http://services.typefox.io/open-source/j
|
|||
repositories {
|
||||
jcenter()
|
||||
if (findProperty('useJenkinsSnapshots') == 'true') {
|
||||
maven { url jenkinsPipelineRepo('lsp4j') }
|
||||
maven { url jenkinsPipelineRepo('xtext-lib') }
|
||||
} else {
|
||||
mavenLocal()
|
||||
|
|
|
@ -9,7 +9,7 @@ ext.versions = [
|
|||
'xtext_bootstrap': '2.11.0.beta2',
|
||||
'gradle_plugins': '0.1.0',
|
||||
'xtext_gradle_plugin': '1.0.15',
|
||||
'lsp4j': '0.1.0-SNAPSHOT',
|
||||
'lsp4j': '0.1.0',
|
||||
'log4j': '1.2.16',
|
||||
'equinoxCommon' : '3.8.0',
|
||||
'equinoxRegistry' : '3.6.100',
|
||||
|
|
Loading…
Reference in a new issue