Maxi Rosson

Results 34 issues of Maxi Rosson

enhancement
listDependenciesToUpgrade task
upgradeDependencies task

Improve repositories order, so we avoid failed request when searching for upgrades locally

enhancement

On the `validateDependencies` task, check for plugins declared on `dependenciesClassNames` but not applied on any gradle file.

enhancement
validateDependencies task

See how we should react to server errors: connection errors, bad requests and server bugs Should we bypass the server request and avoid failing?

enhancement

**Describe the bug** If I use the `bundletool-all-1.11.1.jar` (downloaded from the Github releases page), and run it with the `build-apks` parameter, the `/assets/dexopt/baseline.prof` file is properly added to the generated...

I have the following scenario defined: ``` branch { cleanup-tasks = ["clean"] tasks = ["compileKotlin"] warm-ups = 2 } master { cleanup-tasks = ["clean"] tasks = ["compileKotlin"] warm-ups = 2...

https://docs.gradle.org/current/userguide/configuration_cache.html#config_cache:intro

enhancement