Switch Velocity from existing toml4j+homebrew TOML serializer to night-config.

This allows us to allow many more valid configurations and allows us to eliminate a bunch of ugly hacks.
This commit is contained in:
Andrew Steinborn
2020-06-24 21:31:39 -04:00
parent 4bebda2549
commit 28d2366c73
5 changed files with 242 additions and 496 deletions

View File

@@ -71,6 +71,8 @@ dependencies {
compile 'com.spotify:completable-futures:0.3.2'
compile 'com.electronwill.night-config:toml:3.6.3'
testCompile "org.junit.jupiter:junit-jupiter-api:${junitVersion}"
testCompile "org.junit.jupiter:junit-jupiter-engine:${junitVersion}"
}