Closed ewortzman closed 7 years ago
I think you can do project.tasks.check.dependsOn -= <task to remove>
In the upcoming 0.14.0 version I've split up the plugin into com.github.hierynomus.license-base
and com.github.hierynomus.license
. The license-base
plugin will only add tasks for all the sourceSets, but does not actually hook them up into the lifecycle of the build, allowing you to finetune that. The license
plugin is 'opinionated' and adds all of the LicenseCheck
tasks to the check
lifecycle task.
I'd like to prevent this from running every time
check
is run. I want to manually have to call the license task.Is this possible?