Skip to content

Commit b4d2c53

Browse files
committed
[scripts] Add jdk.unsupported jmod to JRI
1 parent 49121cc commit b4d2c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/zip.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rm -rf ./jri-ev3
1818
--strip-debug \
1919
--no-header-files \
2020
--no-man-pages \
21-
--add-modules java.se,jdk.jdwp.agent \
21+
--add-modules java.se,jdk.jdwp.agent,jdk.unsupported \
2222
--output ./jri-ev3
2323

2424
# create zip files

0 commit comments

Comments
 (0)