This repository was archived by the owner on Aug 19, 2020. It is now read-only.

Description
Expected Behavior
A convenient and idiomatic way to opt-in to this functionality on a per user or per project basis.
Current Behavior
I can either explicitly add the project property to the invocation, which is cumbersome, or use some obtuse ORG_GRADLE_PROJECT_org.gradle.kotlin.dsl.caching.buildcache=true env var.
I should have the same options for enabling this as I do for build cache (probably minus the first class invocation option). That is, I should be able to put something in my «GRADLE_USER_HOME»/gradle.properties or the same file in the project root, as I can with org.gradle.caching.