Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 586 Bytes

File metadata and controls

25 lines (17 loc) · 586 Bytes

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.