Switched to mustache built-in template.

This commit is contained in:
Erik C. Thauvin 2017-04-14 22:33:00 -07:00
parent 3df73b7366
commit 3a34a6c03f
4 changed files with 2 additions and 38 deletions

View file

@ -24,7 +24,7 @@ repositories {
dependencies {
kapt processorJar
compileOnly processorJar
compileOnly 'org.apache.velocity:velocity:1.7'
compileOnly 'com.github.spullara.mustache.java:compiler:0.9.4'
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
}