We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a5da9 commit e0fc2a7Copy full SHA for e0fc2a7
build.gradle.kts
@@ -247,6 +247,6 @@ fun fetchLatestLsp4ijNightlyVersion(): String {
247
println("Failed to fetch LSP4IJ nightly build version: ${e.message}")
248
}
249
250
- val minVersion = "0.0.1-20231213-012910"
+ val minVersion = "0.11.1-20250226-013217"
251
return if (minVersion < onlineVersion) onlineVersion else minVersion
252
0 commit comments