2
0
Fork 0
mirror of https://github.com/ethauvin/rife2-hello.git synced 2025-04-25 15:37:10 -07:00

Made precompiledTemplateTypes plugin option not use HTML by default

Cleanup minimal test project.
This commit is contained in:
Geert Bevin 2023-03-05 09:07:29 -05:00
parent 5ca1fa305b
commit cf4870745c
6 changed files with 3 additions and 27 deletions

View file

@ -33,6 +33,7 @@ repositories {
rife2 {
version.set("1.4.0")
useAgent.set(true)
precompiledTemplateTypes.add(HTML)
}
dependencies {