We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a010c commit b6e4d88Copy full SHA for b6e4d88
src/main/java/module-info.java
@@ -35,5 +35,5 @@
35
opens org.cryptomator.linux.tray to org.cryptomator.integrations.api;
36
opens org.cryptomator.linux.quickaccess to org.cryptomator.integrations.api;
37
opens org.cryptomator.linux.autostart to org.cryptomator.integrations.api;
38
- opens org.cryptomator.linux.update to org.cryptomator.integrations.api;
39
-}
+ opens org.cryptomator.linux.update to org.cryptomator.integrations.api, com.fasterxml.jackson.databind;
+}
0 commit comments