Skip to content

Commit

Permalink
Merge pull request #1061 from mrglavas/lsp4jakarta-0.2.2-integration
Browse files Browse the repository at this point in the history
Upgrade to LSP4Jakarta 0.2.2.
  • Loading branch information
mrglavas authored Oct 30, 2024
2 parents 347d163 + 89b2e8f commit e781dd9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ on:
push:
branches: '**'
pull_request:
branches: [ main ]
branches: [ main, lsp4jakarta-0.2.2-integration ]

jobs:
build:
Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ configurations {

dependencies {

implementation ('org.eclipse.lsp4mp:org.eclipse.lsp4mp.ls:0.12.0') {
implementation ('org.eclipse.lsp4mp:org.eclipse.lsp4mp.ls:0.13.0') {
exclude group: 'org.eclipse.lsp4j'
exclude group: 'com.google.code.gson'
}
Expand All @@ -80,7 +80,7 @@ dependencies {
exclude group: 'org.eclipse.lsp4j'
exclude group: 'com.google.code.gson'
}
implementation ('org.eclipse.lsp4jakarta:org.eclipse.lsp4jakarta.ls:0.2.0') {
implementation ('org.eclipse.lsp4jakarta:org.eclipse.lsp4jakarta.ls:0.2.2-SNAPSHOT') {
exclude group: 'org.eclipse.lsp4mp'
exclude group: 'org.eclipse.lsp4j'
exclude group: 'com.google.code.gson'
Expand Down Expand Up @@ -111,7 +111,7 @@ dependencies {
testImplementation 'com.automation-remarks:video-recorder-junit5:2.0'

// define jars to grab locally (if falling back to mavenLocal() repo)
lsp('org.eclipse.lsp4mp:org.eclipse.lsp4mp.ls:0.12.0:uber') {
lsp('org.eclipse.lsp4mp:org.eclipse.lsp4mp.ls:0.13.0:uber') {
transitive = false
}
lsp('org.eclipse.lemminx:org.eclipse.lemminx:0.26.1:uber') {
Expand All @@ -123,7 +123,7 @@ dependencies {
lsp('io.openliberty.tools:liberty-langserver:2.2:jar-with-dependencies') {
transitive = false
}
lsp('org.eclipse.lsp4jakarta:org.eclipse.lsp4jakarta.ls:0.2.0:jar-with-dependencies') {
lsp('org.eclipse.lsp4jakarta:org.eclipse.lsp4jakarta.ls:0.2.2-SNAPSHOT:jar-with-dependencies') {
transitive = false
}
implementation files(new File(buildDir, 'server')) {
Expand Down

0 comments on commit e781dd9

Please sign in to comment.