Browse Source

org.cryptomator.integrations.linux not needed at all

Ralph Plawetzki 2 năm trước cách đây
mục cha
commit
d7bc92aa09
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;