Skip to content

Commit

Permalink
Use Maven 3.x.x and 3.6.3 on Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Oct 29, 2023
1 parent a540ef4 commit c3c3c84
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 @@ -31,7 +31,7 @@ properties(
)
// final def oses = ['linux':'ubuntu && maven', 'windows':'windows-he']
final def oses = ['linux':'ubuntu && maven']
final def mavens = env.BRANCH_NAME == 'master' ? ['3.8.x', '3.2.x'] : ['3.8.x']
final def mavens = env.BRANCH_NAME == 'master' ? ['3.x.x', '3.6.3'] : ['3.x.x']
// all non-EOL versions and the first EA
final def jdks = [20, 17, 11, 8]

Expand Down

0 comments on commit c3c3c84

Please sign in to comment.