cdsap / Talaiot

Simple and extensible plugin to track task times in your Gradle Project.
MIT License
585 stars 37 forks source link

Identifying task skipped event #384

Closed cdsap closed 11 months ago

cdsap commented 11 months ago

The event received when one task has the state:

> Task :compileJava NO-SOURCE

is:

Task :compileJava skipped

At the TalaiotBuildService we don't have access to the project to check the state of the task to determine if the reason is NO-SOURCE. This PR addresses the potential issue adding a new Talaiot TaskMessageState called SKIPPED