Skip to content

Commit

Permalink
Check compatibility against the Android SDK (including [always-desuga…
Browse files Browse the repository at this point in the history
…red 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
  • Loading branch information
cpovirk authored and Google Java Core Libraries committed Nov 21, 2023
1 parent 04358ef commit 008373c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,10 @@
<version>1.23</version>
<configuration>
<signature>
<groupId>org.codehaus.mojo.signature</groupId>
<artifactId>java16-sun</artifactId>
<version>1.10</version>
<groupId>com.toasttab.android</groupId>
<artifactId>gummy-bears-api-19</artifactId>
<version>0.6.1</version>
<!-- TODO(cpovirk): In principle, it would make sense to *also* test compatibility with JDK 1.8, since Truth also has JRE users. -->
</signature>
</configuration>
<executions>
Expand Down

0 comments on commit 008373c

Please sign in to comment.