build: Replace Java 15 tests with 16

This commit is contained in:
Jason Penilla 2021-06-11 03:37:59 -07:00 committed by Jason
parent 4312062e82
commit 7dd9517795

View file

@ -62,7 +62,7 @@ subprojects {
mitLicense() mitLicense()
javaVersions { javaVersions {
testWith(8, 11, 15) testWith(8, 11, 16)
} }
checkstyle("8.39") checkstyle("8.39")