Skip to content

Commit c3c3c84

Browse files
Use Maven 3.x.x and 3.6.3 on Jenkins
1 parent a540ef4 commit c3c3c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ properties(
3131
)
3232
// final def oses = ['linux':'ubuntu && maven', 'windows':'windows-he']
3333
final def oses = ['linux':'ubuntu && maven']
34-
final def mavens = env.BRANCH_NAME == 'master' ? ['3.8.x', '3.2.x'] : ['3.8.x']
34+
final def mavens = env.BRANCH_NAME == 'master' ? ['3.x.x', '3.6.3'] : ['3.x.x']
3535
// all non-EOL versions and the first EA
3636
final def jdks = [20, 17, 11, 8]
3737

0 commit comments

Comments
 (0)