Skip to content

Commit

Permalink
Merge pull request #62 from batmat/test-with-updated-guava
Browse files Browse the repository at this point in the history
Jenkinsfile: Check against 2.320+ with Guava:30 and Guice:5.x bumps
  • Loading branch information
batmat committed Dec 17, 2021
2 parents cda136c + a6c34f5 commit f2ea29a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ buildPlugin(configurations: [
[platform: 'linux', jdk: '8'],
[platform: 'linux', jdk: '11'],
[platform: 'windows', jdk: '11'],

// More recent with Guava & Guice bumps, only Linux
[ platform: "linux", jdk: "8", jenkins: '2.324', javaLevel: "8" ],
])

0 comments on commit f2ea29a

Please sign in to comment.