Skip to content

Commit b6e4d88

Browse files
authored
Fix java.lang.reflect.InaccessibleObjectException
1 parent 92a010c commit b6e4d88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/module-info.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
opens org.cryptomator.linux.tray to org.cryptomator.integrations.api;
3636
opens org.cryptomator.linux.quickaccess to org.cryptomator.integrations.api;
3737
opens org.cryptomator.linux.autostart to org.cryptomator.integrations.api;
38-
opens org.cryptomator.linux.update to org.cryptomator.integrations.api;
39-
}
38+
opens org.cryptomator.linux.update to org.cryptomator.integrations.api, com.fasterxml.jackson.databind;
39+
}

0 commit comments

Comments
 (0)