Skip to content

Commit

Permalink
Remove javaLevel
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Mar 14, 2022
1 parent ae135cb commit 02aa37a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ final jenkinsLast = '2.289.1'
final jenkinsLts = '2.303.1'
buildPlugin(configurations: [
[ platform: 'linux', jdk: '8', jenkins: null ],
[ platform: 'linux', jdk: '8', jenkins: jenkinsLast, javaLevel: '8' ],
[ platform: 'windows', jdk: '8', jenkins: jenkinsLast, javaLevel: '8' ],
[ platform: 'linux', jdk: '11', jenkins: jenkinsLast, javaLevel: '8' ],
[ platform: 'linux', jdk: '8', jenkins: jenkinsLts, javaLevel: '8' ],
[ platform: 'windows', jdk: '8', jenkins: jenkinsLts, javaLevel: '8' ],
[ platform: 'linux', jdk: '11', jenkins: jenkinsLts, javaLevel: '8' ],
[ platform: 'linux', jdk: '8', jenkins: jenkinsLast ],
[ platform: 'windows', jdk: '8', jenkins: jenkinsLast ],
[ platform: 'linux', jdk: '11', jenkins: jenkinsLast ],
[ platform: 'linux', jdk: '8', jenkins: jenkinsLts ],
[ platform: 'windows', jdk: '8', jenkins: jenkinsLts ],
[ platform: 'linux', jdk: '11', jenkins: jenkinsLts ],
])

0 comments on commit 02aa37a

Please sign in to comment.