Skip to content

Commit

Permalink
Merge branch 'development' into coverage_support
Browse files Browse the repository at this point in the history
  • Loading branch information
asimell committed Nov 20, 2024
2 parents 752354d + df51e3b commit c816e8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
static List<Map<String, String>> recommendedConfigurations() {
def recentLTS = "2.462.3"
def configurations = [
[ platform: "linux", jdk: "17", jenkins: recentLTS],
[ platform: "windows", jdk: "17", jenkins: recentLTS]
[ platform: "linux", jdk: "17"],
[ platform: "windows", jdk: "17"]
]
return configurations
}
buildPlugin(configurations: recommendedConfigurations())
buildPlugin(useContainerAgent: true,
configurations: recommendedConfigurations())
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ THE SOFTWARE.
<cobertura.version>1.17</cobertura.version>
<performance.version>951.v5600a_c6422ed</performance.version>
<perfpublisher.version>8.09</perfpublisher.version>
<robot.version>3.5.0</robot.version>
<robot.version>5.0.0</robot.version>
<spotbugs.failOnError>false</spotbugs.failOnError>
</properties>

Expand Down

0 comments on commit c816e8d

Please sign in to comment.