Skip to content

Commit 269f4c6

Browse files
added module-info
1 parent e35bca9 commit 269f4c6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/java/module-info.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module org.cryptomator.integrations.api {
2+
exports org.cryptomator.integrations.autostart;
3+
exports org.cryptomator.integrations.keychain;
4+
exports org.cryptomator.integrations.tray;
5+
exports org.cryptomator.integrations.uiappearance;
6+
}

0 commit comments

Comments
 (0)