mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-04-16 02:15:43 +02:00
Update build.gradle checker
This commit is contained in:
parent
b026144254
commit
365b58eb56
@ -136,7 +136,7 @@ dependencies {
|
||||
// This check intentionally has a pattern where we explicitly specify if to use the JSON plugin for each
|
||||
// supported version or not to prevent developers from figuring out what happened with JSON.
|
||||
when (ideaVersion) {
|
||||
"2024.2.1" -> { /* Nothing */ }
|
||||
"2024.2.1", "2024.3" -> { /* Nothing */ }
|
||||
"LATEST-EAP-SNAPSHOT" -> bundledPlugins("com.intellij.modules.json")
|
||||
else -> error("Unsupported version: $ideaVersion")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user