fix IDE issues
Some checks failed
Build / Compile and Test (push) Has been cancelled
Checks JDK version for minor updates / Check out current version (push) Has been cancelled
Checks JDK version for minor updates / Checkout latest jdk version (push) Has been cancelled
Checks JDK version for minor updates / Notifies for jdk update (push) Has been cancelled
OWASP Maven Dependency Check / check-dependencies (push) Has been cancelled

This commit is contained in:
Armin Schrenk 2024-10-29 09:46:56 +01:00
parent 1c868a644f
commit ea007f3cfe
No known key found for this signature in database

View File

@ -49,6 +49,7 @@ open module org.cryptomator.desktop {
/* dagger bs */
requires jakarta.inject;
requires static javax.inject;
requires java.compiler;
uses org.cryptomator.common.locationpresets.LocationPresetsProvider;