Skip to content

Commit

Permalink
Add jdk.crypto.ec to module-info.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jrt345 committed Aug 7, 2022
1 parent 4fb6b5a commit 5e0c74a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module com.example.routinebean {
requires jdk.crypto.ec;
requires javafx.controls;
requires javafx.fxml;
requires com.google.gson;
Expand Down

0 comments on commit 5e0c74a

Please sign in to comment.