13 lines
324 B
Groovy
13 lines
324 B
Groovy
group 'mc'
|
|
version '1.0-SNAPSHOT'
|
|
|
|
dependencies {
|
|
/* Core */
|
|
compile_excludeCopy project(':core')
|
|
|
|
/* Simple log */
|
|
compile_excludeCopy (group: 'org.slf4j', name: 'slf4j-simple', version: slf4j_version)
|
|
|
|
/* Named Binary Tags */
|
|
compile (group: 'com.flowpowered', name: 'flow-nbt', version: '1.0.0')
|
|
} |