Skip to content

Commit

Permalink
SonarQube demands at least JDK 17 now
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915483 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
centic9 committed Jan 30, 2024
1 parent 209e8fc commit 1fd07c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/create_jobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def poijobs = [
// // replaced by Gradle-based build now
// disabled: true
// ],
[ name: 'POI-DSL-SonarQube-Gradle', jdk: '1.11', trigger: 'H 7 * * *', sonar: true, skipcigame: true
[ name: 'POI-DSL-SonarQube-Gradle', jdk: '1.17', trigger: 'H 7 * * *', sonar: true, skipcigame: true
],
[ name: 'POI-DSL-Windows-1.8', trigger: 'H */12 * * *', windows: true, slaves: 'Windows', jenkinsLite: true
],
Expand Down

0 comments on commit 1fd07c9

Please sign in to comment.