1
0
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:
Alex Plate 2024-11-15 20:54:07 +02:00
parent b026144254
commit 365b58eb56
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

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