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

Use of project property as opt-in toggle for build caching of scripts is cumbersome in practice #1032

@ldaley

Description

@ldaley

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions