Skip to content

Commit 1e46a03

Browse files
committed
Add missing build dependency.
1 parent cb7b3fd commit 1e46a03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mx.graalpython/suite.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
"sdk:GRAAL_SDK",
124124
"ANTLR4",
125125
],
126+
"buildDependencies": ["com.oracle.graal.python.parser.antlr"],
126127
"checkstyle": "com.oracle.graal.python",
127128
"javaCompliance": "1.8",
128129
"annotationProcessors": ["truffle:TRUFFLE_DSL_PROCESSOR"],

0 commit comments

Comments
 (0)