var logSkippedTasks: Boolean
Iff this is true, then after the build has finished, all skipped tasks are listed like this:
Skipped tasks:
⏭️ :taskA (UP-TO-DATE)
⏭️ :taskB (NO-SOURCE)
⏭️ :taskC (FROM-CACHE)
The message is printed via Project.getLogger, logging level is org.gradle.api.logging.Logger.lifecycle.
Default value: true
Since
0.5.1