mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-12-01 06:53:24 +01:00
5 lines
120 B
Groovy
5 lines
120 B
Groovy
|
dependencies {
|
||
|
compile group: 'commons-cli', name: 'commons-cli', version: '1.4'
|
||
|
compile project(':BlueMapCore')
|
||
|
}
|