Browse Source

org.cryptomator.integrations.linux not needed at all

Ralph Plawetzki 1 year ago
parent
commit
d7bc92aa09
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/main/java/module-info.java

+ 0 - 1
src/main/java/module-info.java

@@ -36,7 +36,6 @@ open module org.cryptomator.desktop {
 
 	/* TODO: filename-based modules: */
 	requires static javax.inject;
-	requires org.cryptomator.integrations.linux; /* ugly dagger/guava crap */
 
 	provides TrayMenuController with AwtTrayMenuController;
 	provides Configurator with LogbackConfiguratorFactory;