We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5430ed2 commit 73b8af3Copy full SHA for 73b8af3
graal-js/mx.graal-js/mx_graal_js.py
@@ -279,6 +279,9 @@ def is_included(path):
279
name='Graal.js',
280
short_name='js',
281
standalone_dir_name='graaljs-<version>-<os>-<arch>',
282
+ standalone_dependencies={
283
+ 'GraalVM license files': ('', ['GRAALVM-README.md']),
284
+ },
285
license_files=[],
286
third_party_license_files=[],
287
dependencies=['Truffle', 'TRegex'],
graal-js/mx.graal-js/suite.py
@@ -633,8 +633,6 @@
633
"native-image.properties": "file:mx.graal-js/native-image.properties",
634
"./": [
635
"file:README.md",
636
- "file:../LICENSE",
637
- "file:../3rd_party_licenses.txt",
638
],
639
},
640
0 commit comments