2
0
Fork 0
mirror of https://github.com/ethauvin/rife2-hello.git synced 2025-04-25 15:37:10 -07:00
rife2-hello/build-logic
Cedric Champeau c8b3cc7890
Fix reload of templates in dev mode
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.
2023-02-22 13:32:30 +01:00
..
src/main/java/com/uwyn/rife2/gradle Fix reload of templates in dev mode 2023-02-22 13:32:30 +01:00
build.gradle.kts Rework Gradle build 2023-02-21 23:52:36 +01:00
settings.gradle.kts Rework Gradle build 2023-02-21 23:52:36 +01:00