Skip to content

Commit

Permalink
Merge pull request #276 from Checkmarx/elchanan/compatibility_ide_ver…
Browse files Browse the repository at this point in the history
…sion

Fix Plugin Verifier to Prevent Release Issues (AST-68400)
  • Loading branch information
elchananarb authored Sep 17, 2024
2 parents 1a95dcb + b508cd9 commit f4d2d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ intellij {
}

runPluginVerifier {
ideVersions = ['IC-2022.3', 'IC-2023.1', 'IC-2023.2', 'IC-2023.3', 'IC-2024.1']
ideVersions = ['IC-2023.1', 'IC-2023.2', 'IC-2023.3', 'IC-2024.1']
}

downloadRobotServerPlugin {
Expand Down

0 comments on commit f4d2d33

Please sign in to comment.