From 868ab1469f54ca7a62f11c5366d3e98eb2f727b6 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Thu, 28 Apr 2022 11:09:39 +0000 Subject: [PATCH] build_java without conformance tests (#9873) * build_java without conformance tests --- tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.sh b/tests.sh index b803c7e0d1..49118ac1bb 100755 --- a/tests.sh +++ b/tests.sh @@ -282,7 +282,7 @@ build_java_jdk8() { build_java_jdk11() { use_java jdk11 - build_java_with_conformance_tests + build_java } build_java_jdk17() {