gradle-lint-plugin icon indicating copy to clipboard operation
gradle-lint-plugin copied to clipboard

Doesn't work with Gradle 6.5 configuration cache

Open gregallen opened this issue 5 years ago • 0 comments

If gradle.properties has org.gradle.unsafe.configuration-cache=on

then

1 configuration cache problems were found Learn more about the Gradle Configuration Cache. Problems grouped by message ▼ ❌ invocation of Task.project📋 at execution time is unsupported. (more info) ▼ task:autoLintGradle📋 of type com.netflix.nebula.lint.plugin.LintGradleTask📋 ▼ exception stack trace 📋 org.gradle.api.InvalidUserCodeException: Invocation of 'Task.project' by task ':autoLintGradle' at execution time is unsupported. at org.gradle.instantexecution.initialization.DefaultInstantExecutionProblemsListener.onTaskExecutionAccessProblem(InstantExecutionProblemsListener.kt:54) at org.gradle.instantexecution.initialization.DefaultInstantExecutionProblemsListener.onProjectAccess(InstantExecutionProblemsListener.kt:45)

gregallen avatar Jun 03 '20 10:06 gregallen