Skip to content

Commit f4d2d33

Browse files
Merge pull request #276 from Checkmarx/elchanan/compatibility_ide_version
Fix Plugin Verifier to Prevent Release Issues (AST-68400)
2 parents 1a95dcb + b508cd9 commit f4d2d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ intellij {
6262
}
6363

6464
runPluginVerifier {
65-
ideVersions = ['IC-2022.3', 'IC-2023.1', 'IC-2023.2', 'IC-2023.3', 'IC-2024.1']
65+
ideVersions = ['IC-2023.1', 'IC-2023.2', 'IC-2023.3', 'IC-2024.1']
6666
}
6767

6868
downloadRobotServerPlugin {

0 commit comments

Comments
 (0)