Skip to content

Commit

Permalink
explicitly set build antlr version to match runtime (zalando#83)
Browse files Browse the repository at this point in the history
to fix the warning
`ANTLR Tool version 4.7.2 used for code generation does not match the
current runtime version 4.8`
  • Loading branch information
ngbinh authored Jun 16, 2020
1 parent f20ef63 commit 0c58aa4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ antlr4GenListener in Antlr4 := true

antlr4GenVisitor in Antlr4 := true

antlr4Version in Antlr4 := antlrVersion

antlr4Dependency in Antlr4 := "org.antlr" % "antlr4" % antlrVersion

antlr4PackageName in Antlr4 := Some("de.zalando.beard")
Expand Down

0 comments on commit 0c58aa4

Please sign in to comment.