mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-04-30 05:34:02 +02:00
Mention 2024.3.3 in gradle script
This commit is contained in:
parent
45d92c1981
commit
fe91744356
@ -136,7 +136,7 @@ dependencies {
|
||||
// supported version or not to prevent developers from figuring out what happened with JSON.
|
||||
when (ideaVersion) {
|
||||
"2024.2.1" -> { /* Nothing */ }
|
||||
"LATEST-EAP-SNAPSHOT", "2024.3", "2024.3.2.2" -> bundledPlugins("com.intellij.modules.json")
|
||||
"LATEST-EAP-SNAPSHOT", "2024.3", "2024.3.2.2", "2024.3.3" -> bundledPlugins("com.intellij.modules.json")
|
||||
else -> error("Unsupported version: $ideaVersion")
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user