Nelson Osacky
Nelson Osacky
https://guides.gradle.org/using-the-worker-api/ This will allow running multiple fladle tasks at the same time. See #141
RunFlankTask should implement the VerificationTask and Reporting interfaces to make it easier to configure reporting and verification tasks in a general way. This makes it easier to configure IgnoreFailures or...
Detect when an M1 cpu is using the rosetta translation layer and add warning and/or fail the build
The gradle doctor finds empty directories in source directories, but if the root directory is empty, it does not warn you. Let's add a task which removes all empty source...
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
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...
Ref #19
The previous check and logic would crash on emulators with google APIs.