fix: add jdk.naming.dns module (#18)

This commit is contained in:
amy 2025-01-26 19:21:08 -03:00 committed by GitHub
parent d2c5f0d2b0
commit d01af5e7ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
vendor/java/

View file

@ -45,7 +45,7 @@ download_extract "$JDK_URL" jdk/
echo "Building custom JRE..."
jdk/bin/jlink --no-header-files --no-man-pages --strip-debug \
--exclude-files=**java_*.properties,**jrunscript,**keytool,**legal/** \
--add-modules java.desktop,java.instrument,java.logging,java.management,java.naming,java.net.http,java.scripting,java.sql,jdk.crypto.ec,jdk.security.auth,jdk.unsupported,jdk.zipfs \
--add-modules java.desktop,java.instrument,java.logging,java.management,java.naming,java.net.http,java.scripting,java.sql,jdk.crypto.ec,jdk.naming.dns,jdk.security.auth,jdk.unsupported,jdk.zipfs \
--output java
rm -rf jdk