Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy authored May 23, 2022
1 parent f6030b7 commit 2346158
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 @@ -47,7 +47,7 @@ pipeline {
options { timeout( time: 120, unit: 'MINUTES' ) }
steps {
container('jetty-build') {
mavenBuild( "jdk15", "clean install javadoc:jar" )
mavenBuild( "jdk17", "clean install javadoc:jar" )
}
}
}
Expand Down

0 comments on commit 2346158

Please sign in to comment.