1
0
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:
Alex Plate 2025-02-21 13:40:31 +02:00
parent 45d92c1981
commit fe91744356
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -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")
}