kelloggm / checkerframework-gradle-plugin

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

Support eisop fork without warnings #279

Closed kelloggm closed 6 days ago

kelloggm commented 1 week ago

Correctly handles version-checking for any Checker Framework fork whose version string starts with a version string from the main Checker Framework repository.

I tested that with the instructions in #277 this no longer leads to a printout about using the default Checker Framework version when using the EISOP fork. So, this closes out #275 completely.

wmdietl commented 1 week ago

Thanks for this improvement!