Skip to content

Commit

Permalink
Test on Java 17 by default (#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Jul 31, 2023
1 parent 94882a8 commit 99c30a3
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
@@ -1,5 +1,5 @@
properties([buildDiscarder(logRotator(numToKeepStr: '20'))])
node('maven-11') {
node('maven-17') {
checkout scm
timeout(time: 1, unit: 'HOURS') {
// TODO Azure mirror
Expand Down

0 comments on commit 99c30a3

Please sign in to comment.