Skip to content

Commit

Permalink
added the picocli library to gradle after rebase on master-pre-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandraRoatis committed Oct 1, 2018
1 parent 6cc93ba commit b7f3ccc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file removed lib/picocli-3.5.1.jar
Binary file not shown.
1 change: 1 addition & 0 deletions modAionImpl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dependencies {
compile project(':aion_api')
compile project(':aion_fastvm/modFastVM')
compile files('../lib/libJson.jar')
compile 'info.picocli:picocli:3.6.1'

testCompile project(path: ':modDbImpl', configuration: 'testClassesOut')
testCompile 'junit:junit:4.12'
Expand Down

0 comments on commit b7f3ccc

Please sign in to comment.