Skip to content

Commit

Permalink
fixup! move to requires static jdk.unsupported
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Mar 11, 2024
1 parent ac1b5e8 commit 00d82c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guava/src/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
* Google Guava
*/
module com.google.common {
requires static jdk.unsupported;
requires java.logging;
requires jdk.unsupported;
requires com.google.common.util.concurrent.internal;

exports com.google.common.annotations;
Expand Down

0 comments on commit 00d82c7

Please sign in to comment.