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 e0fc2a7 commit dcfd8c6Copy full SHA for dcfd8c6
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.11.1-20250226-013217"
+ val minVersion = "0.12.1-20250404-161025"
251
return if (minVersion < onlineVersion) onlineVersion else minVersion
252
0 commit comments