Skip to content

dkrasnoff/Gradle_broken_task_generated_input

Repository files navigation

Description

This project demonstrates the problem with configuration cache and lazily configured task inputs.

How to reproduce

Run the command:

./gradlew consumerTask 

It will fail with error:

/{path_to_project}/producer.txt (No such file or directory)

Without configuration cache project feature

If we disable the configuration cache in gradle.properties, then everything works fine.

About

The problem with generated-inputs in Gradle: https://github.com/gradle/gradle/issues/30355

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published