We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d833e28 + 3eef2b6 commit da9e562Copy full SHA for da9e562
1 file changed
scripts/config.sh
@@ -16,7 +16,7 @@ CACERTFILE="$ABLDDIR/security/cacerts"
16
JAVA_TMP="$BUILDDIR/jdk_tmp"
17
TARBALL_MAX_DOWNLOADS=10
18
19
-JRI_MODULES="java.se,jdk.jdwp.agent,jdk.unsupported,jdk.management.agent,jdk.jartool"
+JRI_MODULES="java.se,jdk.jdwp.agent,jdk.unsupported,jdk.management.agent,jdk.jartool,jdk.crypto.ec"
20
21
JTREG="$BUILDDIR/jtreg"
22
JTREG_URL="https://ci.adoptopenjdk.net/view/Dependencies/job/jtreg/lastSuccessfulBuild/artifact/jtreg-4.2.0-tip.tar.gz"
0 commit comments