Enable gradle cache

This speeds up server builds during development.
This commit is contained in:
Romain Vimont 2026-03-24 20:57:24 +01:00
parent 1c68d79eea
commit ecbe914351

View file

@ -16,3 +16,6 @@ org.gradle.jvmargs=-Xmx1536m
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
# Enable configuration cache to speed up the build
# https://docs.gradle.org/9.3.1/userguide/configuration_cache_enabling.html
org.gradle.configuration-cache=true