Skip to content

Commit

Permalink
Update pluginVerifier version for 2023.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mvilliger committed Feb 16, 2024
1 parent c708e2d commit 1fce5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org.eclipse.scout.sdk.s2i/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ tasks {
}

runPluginVerifier {
ideVersions.set(listOf("IU-2022.3.3", "IU-2023.1.5", "IU-2023.2.5", "IU-2023.3.3", "IU-2024.1"))
ideVersions.set(listOf("IU-2022.3.3", "IU-2023.1.5", "IU-2023.2.5", "IU-2023.3.4", "IU-2024.1"))
subsystemsToCheck.set("without-android")
failureLevel.set(FailureLevel.ALL)
}
Expand Down

0 comments on commit 1fce5d3

Please sign in to comment.