mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-22 23:09:13 +00:00
7 lines
148 B
Groovy
7 lines
148 B
Groovy
|
apply plugin: 'java-library'
|
||
|
|
||
|
dependencies {
|
||
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||
|
compile "com.beust:jcommander:1.71"
|
||
|
}
|