9 lines
210 B
Groovy
9 lines
210 B
Groovy
group 'mc'
|
|
version '1.0-SNAPSHOT'
|
|
|
|
dependencies {
|
|
/* Core */
|
|
compile_excludeCopy project(':core')
|
|
/* Named Binary Tags */
|
|
compile (group: 'com.flowpowered', name: 'flow-nbt', version: '1.0.0')
|
|
} |