Skip to content

Commit c9402a3

Browse files
committed
The boot jars of Graal.js are added by a separate component.
1 parent 318c7ae commit c9402a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graal-js/mx.graal-js/mx_graal_js.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ def is_included(path):
373373
language='js',
374374
)
375375
],
376-
boot_jars=['graal-js:GRAALJS_SCRIPTENGINE'],
376+
boot_jars=[],
377377
installable=True,
378378
stability="supported",
379379
))

0 commit comments

Comments
 (0)