Skip to content

Commit 4f0525d

Browse files
committed
Add enable-native-access=ALL-UNNAMED to launch opts
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
1 parent bcb1415 commit 4f0525d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/jib/launch.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ exec java \
2929
--add-opens java.base/java.util.concurrent=ALL-UNNAMED \
3030
--add-opens java.base/java.io=ALL-UNNAMED \
3131
--add-opens java.base/java.nio=ALL-UNNAMED \
32+
--enable-native-access=ALL-UNNAMED \
3233
${WAVE_JVM_OPTS} \
3334
-cp /app/resources:/app/classes:/app/libs/* \
3435
io.seqera.wave.Application

0 commit comments

Comments
 (0)