Cristian Garcia
Cristian Garcia
The configuration cache is a feature that significantly improves build performance by caching the result of the configuration phase and reusing this for subsequent builds. Implementing support for the configuration...
The approach to inject the plugin dependency-license-report plugin used [here](https://github.com/github/licensed/blob/master/lib/licensed/sources/gradle.rb#L147) is making a modified copy of the build.gradle and running it with `-b`, it means Gradle will ignore the settings.gradle...
## Reproducer https://github.com/CristianGM/DoctorKotlinWrapperKtIssueReproducer ## Context I want to apply the doctor plugin on all the company projects. We have internally a setings plugins (for artifactory and gradle enterprise configuration) and...
I'm enabling CC in our TeamCity builds but when the configuration is reused it fails with: ``` Publishing build scan... WARNING: Error invoking build scan buildScanPublished action Could not get...
The library allows the user to choose which library to use, but is dowloading BOTH. Did you think about using `provided` instead of `compile`? Proguard can remove the unused from...
I would suggest using [Detekt](https://github.com/arturbosch/detekt)