Fix the annoying "Errors occurred while build effective model" during builds (#6241)

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
pull/6244/head
Fabio Di Fabio 12 months ago committed by GitHub
parent c2d1b7de55
commit eeebe4da27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      gradle/versions.gradle

@ -15,6 +15,7 @@
dependencyManagement {
dependencies {
applyMavenExclusions = false
dependencySet(group: 'org.antlr', version: '4.11.1') {
entry 'antlr4'

Loading…
Cancel
Save