kelloggm / checkerframework-gradle-plugin

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

Use Gradle 7.6 #228

Closed mernst closed 1 year ago

mernst commented 1 year ago

I don't understand the CI failure.

kelloggm commented 1 year ago

@mernst the CI failure was caused by a conflicting Groovy, as described in the build.gradle file. It was easy to discover this by checking out the branch and then running ./gradlew build --stacktrace, which showed that a conflicting Groovy version was the cause of the failure.