Skip to content

Commit

Permalink
chore: fix plugin verifier setup to workaround known issue with JSON …
Browse files Browse the repository at this point in the history
…plugin dependency
  • Loading branch information
jansorg committed Feb 24, 2025
1 parent b886b66 commit 4d70c5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ sinceBuild=241.0
untilBuild=251.*

# run plugin verifier for the earliest and latest supported versions
ideVersionVerifier=IC-2024.1,IC-2024.3,IC-251.22821.72
# fixme add 2025.1 as soon as this is solved: https://platform.jetbrains.com/t/plugin-verifier-fails-with-plugin-com-intellij-modules-json-not-declared-as-a-plugin-dependency/580/12
ideVersionVerifier=IC-2024.1.7,IC-2024.3.3

lombokVersion=1.18.36

Expand Down

0 comments on commit 4d70c5f

Please sign in to comment.