Skip to content

Commit

Permalink
Allow jpanlib to be built independently.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Yamaguchi committed Nov 29, 2016
1 parent 3479929 commit 1fd3f5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/extensions/jpanlib/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

apply plugin:'java'
repositories { mavenCentral() }

dependencies{
compile group: 'com.tunnelvisionlabs', name: 'antlr4-runtime', version: '4.5.3'
compile group: 'commons-cli', name: 'commons-cli', version: '1.2'
Expand Down

0 comments on commit 1fd3f5b

Please sign in to comment.