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

Commit

Permalink
Merge pull request #242 from Shan1024/build-script-update
Browse files Browse the repository at this point in the history
Remove antlr4 lib
  • Loading branch information
sameerajayasoma authored Apr 18, 2017
2 parents 0b87404 + 7001352 commit 7a6e5d3
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 7a6e5d3

Please sign in to comment.