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 9fc61b6 commit e168e04Copy full SHA for e168e04
src/main/java/module-info.java
@@ -1,6 +1,8 @@
1
module org.quiltmc.installer {
2
requires java.desktop;
3
requires org.jetbrains.annotations;
4
- requires jdk.crypto.ec; // glitch: not having this was potentially causing issues on java 8, keeping it just in case.
5
requires com.google.gson;
+
6
+ // needed so we can use x25519 when connecting to quilt meta
7
+ uses java.security.Provider;
8
}
0 commit comments