Skip to content

Commit 88aa43e

Browse files
Merge branch 'main' into javaHeapError
2 parents 0f61b24 + 15c8805 commit 88aa43e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ version '25.0.9'
1212

1313
def remoteRobotVersion = "0.11.23"
1414
// To switch to nightly version, append "@nightly" to the version number (i.e. 0.4.1-20240828-013108@nightly)
15-
def lsp4ijVersion = '0.16.1'
15+
def lsp4ijVersion = '0.17.0'
1616

1717
allprojects {
1818
sourceCompatibility = javaVersion

docs/user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Liberty Tools for IntelliJ has an external dependency on [LSP4IJ](https://github
6565
| 24.0.12 | 0.8.1, 0.9.0, 0.10.0, 0.11.0, 0.12.0, 0.13.0 |
6666
| 25.0.5 | 0.13.0, 0.14.0, 0.14.2 |
6767
| 25.0.8 | 0.14.2, 0.15.0, 0.16.0, 0.16.1 |
68-
| 25.0.9 | 0.15.0, 0.16.0, 0.16.1 |
68+
| 25.0.9 | 0.15.0, 0.16.0, 0.16.1, 0.17.0 |
6969

7070
### Manually install specific release of the LSP4IJ plugin from the Marketplace
7171

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ platformBundledPlugins=com.intellij.java, org.jetbrains.idea.maven, com.intellij
1616
lsp4JakartaVersion=0.2.3
1717
lsp4mpVersion=0.13.0
1818
lemminxVersion=0.26.1
19-
lclsLemminxVersion=2.3.2
20-
lclsVersion=2.3.2
19+
lclsLemminxVersion=2.4
20+
lclsVersion=2.4
2121

2222
# Increase Gradle memory to prevent OutOfMemoryError
2323
org.gradle.jvmargs=-Xmx6g

0 commit comments

Comments
 (0)