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
- Host: GitHub
- URL: https://github.com/alikhachev/included-build-property-evaluation-repro
- Owner: ALikhachev
- Created: 2023-02-08T21:07:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-08T21:18:46.000Z (over 3 years ago)
- Last Synced: 2025-11-22T05:03:08.786Z (8 months ago)
- Language: Kotlin
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
```