# HG changeset patch # User Oleksandr Gavenko # Date 1487426567 -7200 # Node ID 33c10259cb4d0774b07c2402715ee173f6b1b361 # Parent cef16cb3ddedecf6180322ab33b512a61ed07683 Running build on specific subproject. diff -r cef16cb3dded -r 33c10259cb4d gradle.rst --- a/gradle.rst Sat Feb 18 15:59:23 2017 +0200 +++ b/gradle.rst Sat Feb 18 16:02:47 2017 +0200 @@ -11,12 +11,22 @@ $ gradle --help -Getting list of subprojects -=========================== -:: +Working with subprojects +======================== + +Getting list of subprojects:: $ gradle projects +Running build on specific subproject:: + + $ gradle :$SUB:clean + $ gradle -p $SUB clean + $ gradle -Pmodile=$SUB clean + +https://docs.gradle.org/current/userguide/intro_multi_project_builds.html +http://stackoverflow.com/questions/16976214/gradle-build-only-one-module + Getting list of supported tasks =============================== ::