Skip to content

Commit

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

Update Release Version Verification to  IC-2023.2 version
  • Loading branch information
OrShamirCM authored Sep 11, 2024
2 parents 7162a0c + 6e3dd7c commit c3860b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.1', 'IC-2023.3', 'IC-2024.1']
ideVersions = ['IC-2022.3', 'IC-2023.1', 'IC-2023.2', 'IC-2023.3', 'IC-2024.1']
}

downloadRobotServerPlugin {
Expand Down Expand Up @@ -97,6 +97,6 @@ java {
}

patchPluginXml {
sinceBuild = '211.6693.111'
sinceBuild = '222'
}

0 comments on commit c3860b8

Please sign in to comment.