An open API service indexing awesome lists of open source software.

https://github.com/alikhachev/included-build-property-evaluation-repro


https://github.com/alikhachev/included-build-property-evaluation-repro

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

          

# Reproducer for a Gradle bug in evaluating Gradle property providers in included builds with configuration cache

Execute `./gradlew myConsumingTask`

It works fine


Execute `./gradlew myConsumingTask --configuration-cache` twice

It works fine on the first run, but fails on the second with
```
Execution failed for task ':included-build:app:myProducingTask'.
> Error while evaluating property 'myProp' of task ':included-build:app:myProducingTask'
> GradleProperties has not been loaded yet.
```