Use configurate for configuration

This commit is contained in:
Wyatt Childers
2016-05-18 19:27:38 -04:00
parent da33245842
commit 27b6efefdb
4 changed files with 137 additions and 9 deletions

View File

@ -21,6 +21,7 @@ apply plugin: 'net.minecrell.vanilla.server.library'
dependencies {
compile project(':worldedit-core')
compile 'org.spongepowered:spongeapi:4.+'
compile 'ninja.leaping.configurate:configurate-hocon:3.1'
testCompile group: 'org.mockito', name: 'mockito-core', version:'1.9.0-rc1'
}