Remove explicit inclusion of jdk.unsupported as its not included by default (#4319)

This commit is contained in:
Chris Stewart 2022-05-05 14:58:46 -05:00 committed by GitHub
parent 678dc6f676
commit dd9a9dcea6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,8 +92,7 @@ object CommonSettings {
)
lazy val jlinkModules = Seq(
"jdk.crypto.ec",
"jdk.unsupported"
"jdk.crypto.ec"
)
//these are java modules we do not need