Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 00d82c7

Browse files
committedMar 11, 2024
fixup! move to requires static jdk.unsupported
Signed-off-by: Sam Gammon <sam@elide.ventures>
1 parent ac1b5e8 commit 00d82c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎guava/src/module-info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
* Google Guava
2121
*/
2222
module com.google.common {
23+
requires static jdk.unsupported;
2324
requires java.logging;
24-
requires jdk.unsupported;
2525
requires com.google.common.util.concurrent.internal;
2626

2727
exports com.google.common.annotations;

0 commit comments

Comments
 (0)
Please sign in to comment.