Skip to content

Commit 008373c

Browse files
cpovirkGoogle Java Core Libraries
authored and
Google Java Core Libraries
committed
Check compatibility against the Android SDK (including [always-desugared APIs](https://github.com/open-toast/gummy-bears#android) but still not opt-in library desugaring) instead of the JDK.
Fixes google/guava#4005 RELNOTES=n/a PiperOrigin-RevId: 584349750
1 parent 04358ef commit 008373c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,10 @@
264264
<version>1.23</version>
265265
<configuration>
266266
<signature>
267-
<groupId>org.codehaus.mojo.signature</groupId>
268-
<artifactId>java16-sun</artifactId>
269-
<version>1.10</version>
267+
<groupId>com.toasttab.android</groupId>
268+
<artifactId>gummy-bears-api-19</artifactId>
269+
<version>0.6.1</version>
270+
<!-- TODO(cpovirk): In principle, it would make sense to *also* test compatibility with JDK 1.8, since Truth also has JRE users. -->
270271
</signature>
271272
</configuration>
272273
<executions>

0 commit comments

Comments
 (0)