Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Remove antlr4 lib
Browse files Browse the repository at this point in the history
This commit will remove antlr4 library and add antlr4 as a compile dependency in Gradle build script.

Resolves #166
  • Loading branch information
Shan1024 committed Apr 17, 2017
1 parent 4961ffc commit 7001352
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ plugins {
id "org.jetbrains.intellij" version "0.2.5"
}

repositories {
mavenCentral()
}

dependencies {
compile files('lib/antlr4-runtime-4.6.jar')
compile group: 'org.antlr', name: 'antlr4-runtime', version: '4.6'
}

apply plugin: 'idea'
Expand Down
Binary file removed lib/antlr4-runtime-4.6.jar
Binary file not shown.

0 comments on commit 7001352

Please sign in to comment.