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 650d0c8 commit ef58597Copy full SHA for ef58597
mx.graalpython/suite.py
@@ -778,6 +778,7 @@
778
"name" : "org.graalvm.py.launcher",
779
"exports" : [
780
"com.oracle.graal.python.shell to com.oracle.graal.python.enterprise.shell",
781
+ "com.oracle.graal.python.shell to org.graalvm.launcher",
782
],
783
},
784
"dependencies": [
@@ -786,8 +787,8 @@
786
787
"distDependencies": [
788
"sdk:GRAAL_SDK",
789
"sdk:LAUNCHER_COMMON",
- "sdk:JLINE3",
790
791
+ "exclude": ["sdk:JLINE3"],
792
"description": "GraalPython launcher",
793
794
0 commit comments