Skip to content

Commit

Permalink
build: Updated the Java version used to build PLC4X on jenkins to 21 …
Browse files Browse the repository at this point in the history
…as using Java 11 was causing the sonacube plugin to fail and this way also the new UI module is built.
  • Loading branch information
chrisdutz committed Jan 21, 2024
1 parent e9ffa6b commit 86d4a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pipeline {

tools {
maven 'maven_3_latest'
jdk 'jdk_11_latest'
jdk 'jdk_21_latest'
}

options {
Expand Down

0 comments on commit 86d4a5d

Please sign in to comment.