Thursday, July 30, 2015

Exclude specific tasks of a sub-project in Gradle

To exclude specific tasks of a sub-project in Gradle,

do as follows:

gradle build -x :test-common:startScripts -x :test-common:bootRepackage

No comments:

Post a Comment