gradle-doctor icon indicating copy to clipboard operation
gradle-doctor copied to clipboard

The right prescription for your Gradle build.

Results 58 gradle-doctor issues
Sort by recently updated
recently updated
newest added

Build output ``` =============================== Gradle Doctor Prescriptions ============================================ | This build spent 24% garbage collecting. | | If this is the first build with this Daemon, it likely means that...

documentation

See if there is a way to detect and report on non-incremental annotation processors that were used as part of the build. Both javac and kapt. Log example: ``` [WARN]...

https://github.com/JakeWharton/picnic

https://github.com/runningcode/gradle-doctor/blob/master/doctor-plugin/src/main/java/com/osacky/doctor/internal/DaemonCheck.kt `DaemonCheck` class has `/bin/bash` usage and it fails to run on windows if `disallowMultipleDaemons` is true.

We only know the total duration for annotation processor timings so we can't subtract overlapping time intervals like we did for remote cache connection times in #63 . If we...

Not sure if it'd be possible, but would be cool to add.

I think after the latest fix with the symlink you introduced also performance issue - the file operations are checked during the gradle configuration that is not recommended behaviour. How...

It is probably time-consuming and not worse the effort. How about checking some redundant AGP, kotlin and maybe major annotation processor properties. As an example - kotlin kapt is incremental...

[Version Catalogs ](https://docs.gradle.org/current/userguide/platforms.html) provide the ability to centrally define your dependency versions rather than defining the versions multiple times across various sub projects. This also has the added benefit of...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/runningcode/gradle-doctor). ## Open The following updates have all...