[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.
This commit is contained in:
Reinier Zwitserloot
2021-03-13 04:20:47 +01:00
parent f8c16ed8ac
commit a2ebb4ce36
38 changed files with 43 additions and 35 deletions
@@ -1,4 +1,4 @@
//version 8
//version 8:
import java.lang.annotation.*;
@lombok.EqualsAndHashCode