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