mirror of
https://github.com/ethauvin/rife2-hello.git
synced 2025-04-25 15:37:10 -07:00
The `run` task is considered a development mode, where the templates should be reloaded live. This means that the `run` task will not use the precompiled templates, but the source templates instead. The `test` task will also use precompiled templates, while the `jar` and `uberJar` tasks will also make sure to bundle precompiled templates and not the source ones. |
||
---|---|---|
.. | ||
src/main/java/com/uwyn/rife2/gradle | ||
build.gradle.kts | ||
settings.gradle.kts |