Skip to content

Remove org.gradle.kotlin.dsl.caching.buildcache #11418

Closed
@wolfs

Description

@wolfs

The system property org.gradle.kotlin.dsl.caching.buildcache can currently be used to disable using the build cache for Kotlin scrips:

get() = System.getProperty("org.gradle.kotlin.dsl.caching.buildcache", null) != "false"

The property can now be removed completely, since Kotlin script caching is stable and can be disabled by disabling the build cache.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions