blob: 5ef6980e19ffa6b0a209a91eddd86482a8d04a65 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# DO NOT MODIFY THIS FILE - IT SHOULD BE UPDATED AUTOMATICALLY VIA ./gradlew compileRocker
rocker.class.dir=/YOURPATH/src/main/resources/compiled-views
rocker.option.extendsClass=com.fizzed.rocker.runtime.DefaultRockerTemplate
rocker.option.optimize=false
rocker.output.dir=/YOURPATH/src/main/resources/generated-views
rocker.option.targetCharset=UTF-8
rocker.template.dir=/YOURPATH/src/main/resources/views
rocker.option.combineAdjacentPlain=true
rocker.option.javaVersion=1.8
rocker.option.extendsModelClass=com.fizzed.rocker.runtime.DefaultRockerModel
|