From 858caf425cdf3183776b61b437ba7a4129b6539b Mon Sep 17 00:00:00 2001 From: cpovirk Date: Thu, 11 Apr 2024 07:57:53 -0700 Subject: [PATCH] Fix [Gradle GWT compilation breakage](https://github.com/google/guava/issues/7134). Fixes https://github.com/google/guava/issues/7134 (tested using the sscce.zip from that issue, adding `mavenLocal()` to the top of its `repositories` and updating `guava-gwt` to `HEAD-jre-SNAPSHOT`) RELNOTES=Fixed [Gradle GWT compilation breakage](https://github.com/google/guava/issues/7134). PiperOrigin-RevId: 623826917 --- guava-gwt/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/guava-gwt/pom.xml b/guava-gwt/pom.xml index 86fa4b971aa9..9d207424387b 100644 --- a/guava-gwt/pom.xml +++ b/guava-gwt/pom.xml @@ -52,6 +52,16 @@ guava ${project.version} + + + com.google.j2objc + j2objc-annotations + com.google.guava guava-testlib