diff options
Diffstat (limited to 'src/main/resources/compiled-views/rocker-compiler.conf')
-rw-r--r-- | src/main/resources/compiled-views/rocker-compiler.conf | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/main/resources/compiled-views/rocker-compiler.conf b/src/main/resources/compiled-views/rocker-compiler.conf deleted file mode 100644 index 5ef6980..0000000 --- a/src/main/resources/compiled-views/rocker-compiler.conf +++ /dev/null @@ -1,10 +0,0 @@ -# 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 |