We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db6dd2 commit 343d50aCopy full SHA for 343d50a
build.gradle
@@ -22,7 +22,9 @@ repositories {
22
23
dependencies {
24
compile 'org.antlr:antlr4-runtime:4.5.1'
25
- compile 'org.antlr:antlr4-jetbrains-adapter:1.0.0'
+ compile ('org.antlr:antlr4-jetbrains-adapter:1.2.0') {
26
+ exclude group: 'com.jetbrains'
27
+ }
28
compile 'com.google.guava:guava:19.0'
29
compile 'io.protostuff:protostuff-parser:2.0.0-alpha25'
30
}
0 commit comments