mirror of https://github.com/apache/poi.git
SonarQube demands at least JDK 17 now
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915483 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
209e8fc659
commit
1fd07c94af
|
@ -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
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue