Skip to content

Commit 55a39f9

Browse files
committed
Add module
1 parent 5b28085 commit 55a39f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/module-info.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module libappindicator.gtk3.java {
2+
requires org.slf4j;
3+
exports org.purejava.linux;
4+
}

0 commit comments

Comments
 (0)