Skip to content

Commit

Permalink
Change the module name to jt400 for the "native" jar (#132)
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Gorzinski <17914061+ThePrez@users.noreply.github.com>
  • Loading branch information
ThePrez authored Nov 1, 2023
1 parent 5b93d8d commit df551ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/jt400Native/module-info.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ifdef JAVA9
module jt400Native {
module jt400 {
requires java.datatransfer;
requires java.security.jgss;
Expand All @@ -25,4 +25,4 @@
}
endif JAVA9 */
endif JAVA9 */

0 comments on commit df551ba

Please sign in to comment.