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

https://github.com/alikhachev/excluded-tasks-configuration-cache-repro


https://github.com/alikhachev/excluded-tasks-configuration-cache-repro

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Reproducer for a Gradle bug in excluding tasks with configuration cache

Execute `./gradlew help` twice

It works fine


Execute `./gradlew help -DshouldFail=true` twice

It fails on the first build, but stores configuration entry and then successfully reuses it on the second

The `shouldFail` system property adds `:lib:jar` to `gradle.startParameter.excludedTaskNames`