How does the Checkstyle plugin update work from Gradle 6.8.2 to 7.1.1

To set a Property, you either call .set(...) on it, or use the Groovy DSL sugar =.
So if you do configDirectory.set(file(path)) or configDirectory = file(path) it should work properly.

1 Like