Skip to content

Commit 343d50a

Browse files
#25: Fix error highlighting for syntax errors
kshchepanovskyi/antlr4-jetbrains-adapter#3
1 parent 6db6dd2 commit 343d50a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ repositories {
2222

2323
dependencies {
2424
compile 'org.antlr:antlr4-runtime:4.5.1'
25-
compile 'org.antlr:antlr4-jetbrains-adapter:1.0.0'
25+
compile ('org.antlr:antlr4-jetbrains-adapter:1.2.0') {
26+
exclude group: 'com.jetbrains'
27+
}
2628
compile 'com.google.guava:guava:19.0'
2729
compile 'io.protostuff:protostuff-parser:2.0.0-alpha25'
2830
}

0 commit comments

Comments
 (0)