org.cryptomator.integrations.linux not needed at all

This commit is contained in:
Ralph Plawetzki
2023-05-06 17:15:28 +02:00
parent 948a62b482
commit d7bc92aa09

View File

@@ -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;