Commit 46c3b31
Add gradle configure-on-demand for build perf
When configure-on-demand is enabled, Gradle only configures the projects
that are actually in the dependency graph of the requested tasks. Previously
building AADAuthenticator triggered configure of broker4j, brokerHost,
java-linux-test-app, LinuxBroker, brokerautomationapp etc. — none of
which are needed for AADAuthenticator:assembleDistRelease. Logs showed
~16 min spent in unnecessary configure phases.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent baae279 commit 46c3b31
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments