Skip to content

Commit

Permalink
Update build.gradle checker
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPl292 committed Nov 15, 2024
1 parent b026144 commit 365b58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down

0 comments on commit 365b58e

Please sign in to comment.