Skip to content

Commit

Permalink
modularize app
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Sep 23, 2024
1 parent efdbd9b commit e935ab3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
open module org.cryptomator.cli {
requires org.cryptomator.cryptofs;
requires org.cryptomator.frontend.fuse;
requires info.picocli;
requires org.slf4j;
requires org.slf4j.jul;
requires org.cryptomator.integrations.api;
}

0 comments on commit e935ab3

Please sign in to comment.