diff --git a/smithy-cli/build.gradle b/smithy-cli/build.gradle index 4f18e916505..e3635efb53e 100644 --- a/smithy-cli/build.gradle +++ b/smithy-cli/build.gradle @@ -155,7 +155,7 @@ System.setProperty("SMITHY_BINARY", "${smithyBinary}") runtime { addOptions("--compress", "2", "--strip-debug", "--no-header-files", "--no-man-pages") - addModules("java.logging", "java.xml", "java.naming") + addModules("java.logging", "java.xml", "java.naming", "jdk.crypto.ec") launcher { // This script is a combination of the default startup script used by the badass runtime