kelloggm / checkerframework-gradle-plugin

Gradle plugin to use the Checker Framework for Java
Apache License 2.0
64 stars 15 forks source link

Remove Lombok plugin version check #235

Closed kelloggm closed 1 year ago

kelloggm commented 1 year ago

Hopefully this should fix #233 and #234; I followed the suggestion from @zman0900 in #233 to just remove the version-specific configuration code for the lombok plugin, which is now only useful for somewhat old versions of that plugin (the last relevant release was 5.3.3 in April 2021, almost 2 years ago).

@zman0900 and @vkorenev, I published a special release of this plugin as version 0.6.21.1. If either or both of you would be willing to try that version out and test if it resolves the issue you observed, I'd be grateful.

vkorenev commented 1 year ago

I can confirm that the 0.6.21.1 version works fine with my multi-project builds. @kelloggm, thank you for fixing the problem!