mirror of
https://github.com/ethauvin/rife2-hello.git
synced 2025-04-25 15:37:10 -07:00
Adding a directory can be done via the extension: ```gradle rife2 { templateDirectories.from(file("my-template-dir")) } ``` By default the template directories include both `src/main/templates` and `src/main/resources/templates`. If you want to ignore those, then you need to clear the default: ```gradle rife2 { templateDirectories.from.clear() templateDirectories.from(file("my-template-dir")) } ``` |
||
---|---|---|
.. | ||
src | ||
build.gradle.kts | ||
settings.gradle.kts |