From a2ebb4ce3600644671c9dd9947956a1d1bfe732e Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Fri, 12 Mar 2021 07:12:43 +0100 Subject: [test] work in progress: Make test.javac6 pass all tests. The `test.javac6` job causes a ton of errors because many tests use java8+ features. Marking them off as java8+ targeted only. --- buildScripts/ivy.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'buildScripts') diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml index 5dded177..94549a00 100644 --- a/buildScripts/ivy.xml +++ b/buildScripts/ivy.xml @@ -52,6 +52,9 @@ + + + -- cgit