Skip to content

Commit

Permalink
Add missing library for gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
philip1337 committed Aug 12, 2018
1 parent 7b8a99a commit 11fd843
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ sourceSets {
dependencies{
// https://mvnrepository.com/artifact/org.lz4/lz4-java
compile group: 'org.lz4', name: 'lz4-java', version: '1.4.1'

// https://mvnrepository.com/artifact/commons-cli/commons-cli
compile group: 'commons-cli', name: 'commons-cli', version: '1.4'
}

version = '0.0.1'
Expand Down

0 comments on commit 11fd843

Please sign in to comment.