Skip to content

Commit

Permalink
Actually check a *more* recent LTS
Browse files Browse the repository at this point in the history
than the one defined in the pom.xml...

:facepalm:
  • Loading branch information
batmat committed Jan 4, 2021
1 parent a3ddd8b commit dc31a99
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 @@ -4,7 +4,7 @@ buildPlugin(configurations: [
[ platform: "windows", jdk: "8", jenkins: null ],

// More recent LTS, only Linux
[ platform: "linux", jdk: "8", jenkins: '2.222.1', javaLevel: "8" ],
[ platform: "linux", jdk: "8", jenkins: '2.263.1', javaLevel: "8" ],

// Checking JDK 11
[ platform: "linux", jdk: "11", jenkins: null ]
Expand Down

0 comments on commit dc31a99

Please sign in to comment.