Skip to content

Commit 140716a

Browse files
authored
fix/ADFA-3668 enable strictvariables flag in pebble (#1172)
enable strictvariables flag in pebble
1 parent 2850e77 commit 140716a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates-impl/src/main/java/com/itsaky/androidide/templates/impl/zip/ZipRecipeExecutor.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ class ZipRecipeExecutor(
7070
.build()
7171

7272
val pebbleEngine = PebbleEngine.Builder()
73+
.strictVariables(true)
7374
.loader(StringLoader())
7475
.syntax(customSyntax)
7576
.build()

0 commit comments

Comments
 (0)