Skip to content

Commit

Permalink
Upgrade ANTLR
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkL4YG committed May 21, 2020
1 parent c0b91d5 commit 23cbad5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ targetCompatibility = JavaVersion.VERSION_1_8
/// === Configuration === ///
project.ext {
artifact = 'confort'
antlrVersion = '4.7.1'
}

/// ===== Repositories / SourceSets / Dependencies ===== ///
Expand Down Expand Up @@ -64,14 +63,14 @@ sourceSets {
}

dependencies {
antlr group: 'org.antlr', name: 'antlr4', version: project.ext.antlrVersion
antlr group: 'org.antlr', name: 'antlr4', version: '4.8'

compile sourceSets.api.output
compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30'

langCompile sourceSets.api.output
langCompile sourceSets.main.output
langCompile group: 'org.antlr', name: 'antlr4', version: project.ext.antlrVersion
langCompile group: 'org.antlr', name: 'antlr4', version: '4.8'
langCompile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30'

testCompile sourceSets.lang.output
Expand Down

0 comments on commit 23cbad5

Please sign in to comment.