From 4fe04b3e9d792125074fc5b25075a3aafb52dd8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=E2=80=9CCLOVIS=E2=80=9D=20Canet?= Date: Tue, 11 Nov 2025 19:08:46 +0100 Subject: [PATCH] build(gradle): Use the gradle.canet.dev cache server --- gradle.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gradle.properties b/gradle.properties index e556780a..9f2627a4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,6 +18,10 @@ org.gradle.configuration-cache.parallel=true # See https://docs.gradle.org/current/userguide/build_cache.html org.gradle.caching=true +# OpenSavvy has its own build cache server. +# This URL may change over time. +buildCacheUrl=https://gradle.canet.dev + # Configuration on demand allows Gradle to only configure projects which take part in the build. # See https://docs.gradle.org/current/userguide/multi_project_configuration_and_execution.html#sec:configuration_on_demand org.gradle.configureondemand=true -- 2.51.2