typetools / checker-framework

Pluggable type-checking for Java
http://checkerframework.org/
Other
988 stars 347 forks source link

Add tips to fix inconsistent Gradle build state #6536

Closed jyoo980 closed 4 weeks ago

jyoo980 commented 1 month ago

@msridhar thanks for the comments!

I think I'll try your suggestions this week (I'm most certainly going to be running into this issue as I'm doing a lot of compile-test-debug cycles), and incorporate them into this PR if they help.

jyoo980 commented 4 weeks ago

@msridhar FWIW I ran into this issue again.

I tried git clean -fdx, which unfortunately did not work. I had the best luck with killing all active Gradle daemons.

I did update the list of suggestions with it, though, in case others might have better luck.