Skip to content

Commit e168e04

Browse files
committed
update module-info file
1 parent 9fc61b6 commit e168e04

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/module-info.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module org.quiltmc.installer {
22
requires java.desktop;
33
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.
54
requires com.google.gson;
5+
6+
// needed so we can use x25519 when connecting to quilt meta
7+
uses java.security.Provider;
68
}

0 commit comments

Comments
 (0)