Skip to content

Commit a377c3f

Browse files
committed
[GR-11940] Add missing build dependency.
PullRequest: graalpython/211
2 parents 68009c2 + 1e46a03 commit a377c3f

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)