Skip to content

Commit c3860b8

Browse files
authored
Merge pull request #274 from Checkmarx/elchanan/compatibility_ide_version
Update Release Version Verification to IC-2023.2 version
2 parents 7162a0c + 6e3dd7c commit c3860b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
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.1', 'IC-2023.3', 'IC-2024.1']
65+
ideVersions = ['IC-2022.3', 'IC-2023.1', 'IC-2023.2', 'IC-2023.3', 'IC-2024.1']
6666
}
6767

6868
downloadRobotServerPlugin {
@@ -97,6 +97,6 @@ java {
9797
}
9898

9999
patchPluginXml {
100-
sinceBuild = '211.6693.111'
100+
sinceBuild = '222'
101101
}
102102

0 commit comments

Comments
 (0)