mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
Add jdk11 test. (#9843)
This commit is contained in:
parent
baca239033
commit
5283ef4b82
1 changed files with 5 additions and 0 deletions
5
tests.sh
5
tests.sh
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue