Include Configurate

This commit is contained in:
Andrew Steinborn 2019-06-18 07:45:45 -04:00
parent 04a23e3622
commit 8a45074eb2
2 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,10 @@ dependencies {
compile 'com.google.inject:guice:4.2.0'
compile "org.checkerframework:checker-qual:${checkerFrameworkVersion}"
compile "org.spongepowered:configurate-hocon:${configurateVersion}"
compile "org.spongepowered:configurate-yaml:${configurateVersion}"
compile "org.spongepowered:configurate-gson:${configurateVersion}"
testCompile "org.junit.jupiter:junit-jupiter-api:${junitVersion}"
testCompile "org.junit.jupiter:junit-jupiter-engine:${junitVersion}"
}

View File

@ -27,6 +27,7 @@ allprojects {
nettyVersion = '4.1.35.Final'
guavaVersion = '25.1-jre'
checkerFrameworkVersion = '2.7.0'
configurateVersion = '3.6'
getCurrentShortRevision = {
new ByteArrayOutputStream().withStream { os ->