kelloggm / checkerframework-gradle-plugin

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

Repalce explicit dependency on groovy-all with localGroovy() #245

Closed vlsi closed 1 year ago

vlsi commented 1 year ago

See https://docs.gradle.org/current/userguide/declaring_dependencies.html#sub:groovy_dependencies

Gradle ships its own Groovy version, and adding dependency on groovy-all pollutes the classpath.

Would you please replace groovy-all with localGroovy()?