mirror of
https://github.com/vacp2p/status-linea-besu.git
synced 2026-01-09 22:07:59 -05:00
fix add-opens tpyo (#912)
Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
This commit is contained in:
@@ -473,7 +473,7 @@ applicationDefaultJvmArgs = [
|
||||
'java.base/sun.security.provider=ALL-UNNAMED',
|
||||
// Jackson likes to access java.util.OptionalLong's constructor
|
||||
'--add-opens',
|
||||
'java.util/sun.security.provider=ALL-UNNAMED'
|
||||
'java.base/java.util=ALL-UNNAMED'
|
||||
]
|
||||
|
||||
run {
|
||||
|
||||
Reference in New Issue
Block a user