From 2aaae4e9be616c444c84527a30ad536373bbcbaf Mon Sep 17 00:00:00 2001 From: Jan Rieke Date: Tue, 23 Jan 2024 13:19:20 +0100 Subject: [PATCH] only run test for java >= 8 --- .../resource/before/SuperBuilderWithAnnotatedTypeParam.java | 1 + 1 file changed, 1 insertion(+) diff --git a/test/transform/resource/before/SuperBuilderWithAnnotatedTypeParam.java b/test/transform/resource/before/SuperBuilderWithAnnotatedTypeParam.java index a1e692bb3c..3f00804022 100644 --- a/test/transform/resource/before/SuperBuilderWithAnnotatedTypeParam.java +++ b/test/transform/resource/before/SuperBuilderWithAnnotatedTypeParam.java @@ -1,3 +1,4 @@ +//VERSION 8: import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention;