From 03f03cd40264598483f904ef9df06075bb00201f Mon Sep 17 00:00:00 2001 From: cpovirk Date: Tue, 23 Mar 2021 07:06:04 -0700 Subject: [PATCH] Allow usages of java.util.Objects.requireNonNull in the backport. Relevant to https://github.com/google/guava/issues/5269 in that it's an exception -- a case in which we *are* willing to use a Java 7 API because we know this particular API is safe to use under Android. RELNOTES=n/a PiperOrigin-RevId: 364549818 --- android/guava/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/android/guava/pom.xml b/android/guava/pom.xml index 5deda6e057fc..2997108a20e2 100644 --- a/android/guava/pom.xml +++ b/android/guava/pom.xml @@ -151,6 +151,12 @@ org.codehaus.mojo animal-sniffer-maven-plugin + + + + java.util.Objects + + maven-javadoc-plugin