Skip to content

Commit

Permalink
Add java.base to module-info
Browse files Browse the repository at this point in the history
  • Loading branch information
mikera committed Oct 19, 2024
1 parent 37844ac commit 4105102
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions convex-core/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@
requires transitive org.bouncycastle.provider;
requires org.bouncycastle.util;
requires org.slf4j;
requires java.base;
}

0 comments on commit 4105102

Please sign in to comment.