From 6cde1ae81b6bcd55ba8efc23f0be070ac9a0d886 Mon Sep 17 00:00:00 2001 From: Marian Koncek Date: Wed, 15 Mar 2023 14:21:18 +0100 Subject: [PATCH] Use jurand in a single invocation with strict mode --- guava.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/guava.spec b/guava.spec index a1c15f8..06ad0b8 100644 --- a/guava.spec +++ b/guava.spec @@ -72,10 +72,11 @@ find . -name '*.jar' -delete %pom_remove_dep -r org.checkerframework: %pom_remove_dep -r :listenablefuture -%java_remove_annotations guava guava-testlib -p org[.]checkerframework[.] -%java_remove_annotations guava guava-testlib -p com[.]google[.]common[.]annotations[.] -%java_remove_annotations guava guava-testlib -p com[.]google[.]errorprone[.]annotations[.] -%java_remove_annotations guava guava-testlib -p com[.]google[.]j2objc[.]annotations[.] +%java_remove_annotations guava guava-testlib -s \ + -p org[.]checkerframework[.] \ + -p com[.]google[.]common[.]annotations[.] \ + -p com[.]google[.]errorprone[.]annotations[.] \ + -p com[.]google[.]j2objc[.]annotations[.] \ %mvn_package "com.google.guava:failureaccess" guava