Fixed JPMS

master
Robinson 2023-08-18 15:38:40 +02:00
parent d6f7507f16
commit 029eb481ba
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 3 additions and 2 deletions

View File

@ -14,8 +14,9 @@ module dorkbox.jna {
requires transitive kotlin.stdlib;
requires transitive org.slf4j;
// these are compile only deps
requires static com.sun.jna;
requires static com.sun.jna.platform;
requires static org.slf4j;
}