aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Borner2019-04-04 22:18:52 +0200
committerMarvin Borner2019-04-04 22:18:52 +0200
commita5d611831e4f84dbcc1cad63df3066c2d8ed8645 (patch)
treebaa22e51c0b79517454ffd19a95cea07a56fe26b
parent40191331c2fe5f14abcb319669808273c5125e8d (diff)
Fixed rocker file again
-rw-r--r--src/main/resources/compiled-views/rocker-compiler.conf9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/main/resources/compiled-views/rocker-compiler.conf b/src/main/resources/compiled-views/rocker-compiler.conf
index bd02e79..5ef6980 100644
--- a/src/main/resources/compiled-views/rocker-compiler.conf
+++ b/src/main/resources/compiled-views/rocker-compiler.conf
@@ -1,11 +1,10 @@
-#rocker.output.dir
-#Thu Apr 04 22:14:07 CEST 2019
-rocker.class.dir=/home/melvin/Coding/kloud/src/main/resources/compiled-views
+# 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=/home/melvin/Coding/kloud/src/main/resources/generated-views
+rocker.output.dir=/YOURPATH/src/main/resources/generated-views
rocker.option.targetCharset=UTF-8
-rocker.template.dir=/home/melvin/Coding/kloud/src/main/resources/views
+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