Nelson Osacky
Nelson Osacky
Hey, thanks for filing this. These look like good improvements to our documentation as well as the Gradle Doctor itself. Please feel free to suggest and make changes with impoved...
Quick fixes sound great. Can you explain how you would like those to work? I'm also very open to PRs and improvements in this area. I'm unfamiliar with that error....
Thanks. Please file bugs or reference them for any issues you encounter regarding JDK 11! JDK 11 will be the default JDK in Android Studio 4.2 (or 7 depending on...
@ZacSweers 's PR to check the furthest empty parent makes this a lot easier when finding cache misses: https://github.com/runningcode/gradle-doctor/pull/105 However it still doesn't fix the case when the root directory...
Hey, thanks for the request @ColtonIdle! By default, the gradle doctor enables kapt processor timing which will print out whether annotation processors support incremental annotation processing. Here's a sample line...
Good question. The plugin is quite opinionated! It will give you suggestions as you run tasks in your project. The only feature that requires you to turn on explicitly is...
You got it! Any feedback is welcome!
I think this warning would generate too many false positives and would not be useful. I have not yet come across an Android project that did not already have this...
Thanks for the ping. Running tests now.
Thanks for reporting. I didn't know about `user.dir`. Is it possible to check that on another java process? How would one do that?