Add jdk11 test. (#9843)

This commit is contained in:
David L. Jones 2022-04-22 16:44:09 -07:00 committed by GitHub
parent baca239033
commit 5283ef4b82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -280,6 +280,11 @@ build_java_jdk8() {
build_java_with_conformance_tests
}
build_java_jdk11() {
use_java jdk11
build_java_with_conformance_tests
}
build_java_jdk17() {
use_java jdk17
build_java_with_conformance_tests