Skip to content

Commit b5e1a5e

Browse files
committed
Fix mx warning that JLINE3 should be in distDependencies
1 parent e2f05c8 commit b5e1a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,8 +851,8 @@
851851
"distDependencies": [
852852
"sdk:GRAAL_SDK",
853853
"sdk:LAUNCHER_COMMON",
854+
"sdk:JLINE3",
854855
],
855-
"exclude": ["sdk:JLINE3"],
856856
"description": "GraalPython launcher",
857857
"maven": {
858858
"groupId": "org.graalvm.python",

0 commit comments

Comments
 (0)