Skip to content

Commit a9f646d

Browse files
authored
Reverted Java 16 build back to 14
There are a few issues with the maven plugins used in the 1.8.x branch, these issues have been resolved on `main`, and should be merged in a different PR (if they need to be back ported)
1 parent d1c248b commit a9f646d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jenkins.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pipeline {
3838
name 'MATRIX_JDK'
3939
values 'jdk_1.8_latest',
4040
'jdk_11_latest',
41-
'jdk_16_latest'
41+
'jdk_14_latest'
4242
}
4343
// Additional axess, like OS and maven version can be configured here.
4444
}

0 commit comments

Comments
 (0)