dorongold / gradle-task-tree

Gradle plugin that adds a 'taskTree' task that prints task dependency tree
Apache License 2.0
857 stars 56 forks source link

2.1.1 doesn't work with the configuration cache #52

Closed nikclayton closed 5 months ago

nikclayton commented 1 year ago

Using v2.1.1 with the configuration cache enabled fails with an exception.

https://scans.gradle.com/s/bwxvaieqlwmsm is the result after running ./gradlew build taskTree --scan. I couldn't see anything helpful in there.

Running it without the configuration cache, ./gradlew build taskTree --no-configuration-cache, works as expected

dorongold commented 5 months ago

Fixed by https://github.com/dorongold/gradle-task-tree/pull/56 with plugin version 4.0.0.