Closed wzieba closed 1 week ago
1 Warning | |
---|---|
:warning: | PR is not assigned to a milestone. |
Generated by :no_entry_sign: Danger
App Name | WordPress | |
Flavor | Jalapeno | |
Build Type | Debug | |
Version | pr21436-88932b7 | |
Commit | 88932b7f1322ef15d56cc0bfea85adeadf7daa68 | |
Direct Download | wordpress-prototype-build-pr21436-88932b7.apk |
App Name | Jetpack | |
Flavor | Jalapeno | |
Build Type | Debug | |
Version | pr21436-88932b7 | |
Commit | 88932b7f1322ef15d56cc0bfea85adeadf7daa68 | |
Direct Download | jetpack-prototype-build-pr21436-88932b7.apk |
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Question (❓): Did you maybe (quickly) measure for any configuration time improvement, just curious if we got any? 🤔 🍀 🤞
Not really, but the improvement can be seen right away (e.g. running task tasks
with configuration cache and without).
For the production data, we have a Grafana chart that shows build configuration time, so I think this will go down.
Description
This PR enables Gradle's configuration cache in the project and updates some tasks to be compatible with configuration cache.
Testing
Run
printVersionName
,printAllVersions
andprintResourceConfigurations
ontrunk
and compare the results with the output of tasks on this branch. The result should be the same.