ci: update LSP4IJ to 0.7.0
This commit is contained in:
parent
702d5f6e39
commit
ad33ee67b4
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ Changelog structure reference:
|
|||
### Changed
|
||||
|
||||
- LSP
|
||||
- Updated to LSP4IJ 0.6.1-20241003-152535
|
||||
- Updated to LSP4IJ 0.7.0
|
||||
|
||||
## [17.3.0]
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ val clionVersion = properties("clionVersion").get()
|
|||
val clionPlugins = listOf("com.intellij.clion", "com.intellij.cidr.lang", "com.intellij.cidr.base", "com.intellij.nativeDebug")
|
||||
|
||||
val lsp4jVersion = "0.21.1"
|
||||
val lsp4ijVersion = "0.6.1-20241003-152535"
|
||||
val lsp4ijVersion = "0.7.0"
|
||||
|
||||
val lsp4ijNightly = lsp4ijVersion.contains("-")
|
||||
val lsp4ijDepString = "${if (lsp4ijNightly) "nightly." else ""}com.jetbrains.plugins:com.redhat.devtools.lsp4ij:$lsp4ijVersion"
|
||||
|
|
Loading…
Add table
Reference in a new issue