From f8280d02872d836e771e9a748dd03e56516c5664 Mon Sep 17 00:00:00 2001 From: Sam Gammon Date: Fri, 8 Mar 2024 19:54:51 -0800 Subject: [PATCH] fixup! `-Xlint:-removal` on jdk8 Signed-off-by: Sam Gammon --- guava-tests/pom.xml | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/guava-tests/pom.xml b/guava-tests/pom.xml index 0891bd86484e..50a5a9ffe2eb 100644 --- a/guava-tests/pom.xml +++ b/guava-tests/pom.xml @@ -74,16 +74,6 @@ maven-compiler-plugin - - - default-testCompile - - - -Xlint:-removal - - - - maven-source-plugin @@ -140,4 +130,25 @@ + + + jvm11plus + + [11,] + + + + + maven-compiler-plugin + + + -Xlint:-removal + -Xlint:-options + + + + + + +