quarkiverse / quarkus-bon-jova-rockstar

An implementation of Rockstar as a JVM language
https://codewithrockstar.com/
3 stars 2 forks source link

Align Antlr version with one used by Quarkus #138

Closed holly-cummins closed 7 months ago

holly-cummins commented 7 months ago

Resolves this output on app start, when running with Quarkus 3.7.1:

ANTLR Tool version 4.10.1 used for code generation does not match the current runtime version 4.13.0
ANTLR Runtime version 4.10.1 used for parser compilation does not match the current runtime version 4.13.0
ANTLR Tool version 4.10.1 used for code generation does not match the current runtime version 4.13.0
ANTLR Runtime version 4.10.1 used for parser compilation does not match the current runtime version 4.13.0

Quarkus ships with Antlr, and Antlr is annoyingly fussy about cross-version compatibility. We could pull in the Quarkus bom to ensure we were aligned, but that would still ensure alignment for the version of Quarkus the extension was built with.