equal
deleted
inserted
replaced
9 ============ |
9 ============ |
10 :: |
10 :: |
11 |
11 |
12 $ gradle --help |
12 $ gradle --help |
13 |
13 |
14 Getting list of subprojects |
14 Working with subprojects |
15 =========================== |
15 ======================== |
16 :: |
16 |
|
17 Getting list of subprojects:: |
17 |
18 |
18 $ gradle projects |
19 $ gradle projects |
|
20 |
|
21 Running build on specific subproject:: |
|
22 |
|
23 $ gradle :$SUB:clean |
|
24 $ gradle -p $SUB clean |
|
25 $ gradle -Pmodile=$SUB clean |
|
26 |
|
27 https://docs.gradle.org/current/userguide/intro_multi_project_builds.html |
|
28 http://stackoverflow.com/questions/16976214/gradle-build-only-one-module |
19 |
29 |
20 Getting list of supported tasks |
30 Getting list of supported tasks |
21 =============================== |
31 =============================== |
22 :: |
32 :: |
23 |
33 |