From df551bae21af4f5fe8bed55056aba7f64e1a4f56 Mon Sep 17 00:00:00 2001 From: Jesse Gorzinski <17914061+ThePrez@users.noreply.github.com> Date: Wed, 1 Nov 2023 14:51:54 -0500 Subject: [PATCH] Change the module name to `jt400` for the "native" jar (#132) Signed-off-by: Jesse Gorzinski <17914061+ThePrez@users.noreply.github.com> --- src/main/java/jt400Native/module-info.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/jt400Native/module-info.java b/src/main/java/jt400Native/module-info.java index 4f7e85aab..897dd9eb7 100644 --- a/src/main/java/jt400Native/module-info.java +++ b/src/main/java/jt400Native/module-info.java @@ -1,5 +1,5 @@ /* ifdef JAVA9 -module jt400Native { +module jt400 { requires java.datatransfer; requires java.security.jgss; @@ -25,4 +25,4 @@ } -endif JAVA9 */ \ No newline at end of file +endif JAVA9 */