Aegis/cli/build.gradle

7 lines
148 B
Groovy
Raw Normal View History

apply plugin: 'java-library'
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
compile "com.beust:jcommander:1.71"
}