lemminx: Add Java crypto module for ECC HTTPS

Add the Java crypto module so SSL/HTTPS connections using elliptic curves
succeed. Without elliptic-curve support, those connections fail during
download.
This commit is contained in:
Thibault Gagnaux
2025-12-01 11:22:05 +01:00
parent f20502dcfa
commit b972b0884a
+1
View File
@@ -19,6 +19,7 @@ let
"java.base"
"java.logging"
"java.xml"
"jdk.crypto.ec"
];
jdk = jdk_headless;
};