Archived
0
This repository has been archived on 2022-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
Files
mc-core/anvil-loader/build.gradle

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')
}