Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Revert "Remove redundant requires directive"
Browse files Browse the repository at this point in the history
This reverts commit 74bc49a.
  • Loading branch information
StrangerCoug committed Nov 10, 2023
1 parent 95f7efb commit 9af4fd5
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,5 +1,6 @@
module com.github.strangercoug.freecasino {
requires lombok;
requires java.logging;
exports com.github.strangercoug.freecasino.enums;
exports com.github.strangercoug.freecasino.exceptions;
exports com.github.strangercoug.freecasino.games.controller;
Expand Down

0 comments on commit 9af4fd5

Please sign in to comment.