mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-23 06:45:21 +01:00
Remove explicit inclusion of jdk.unsupported as its not included by default (#4319)
This commit is contained in:
parent
678dc6f676
commit
dd9a9dcea6
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue