Open SingingBush opened 1 year ago
The google-java-format won't work properly when updating the Gradle Wrapper to use the latest gradle version (currently 8.4)
The owner of the google-java-format plugin confirmed that the plugin is no longer maintained back in Feb 2021: https://github.com/sherter/google-java-format-gradle-plugin/issues/57#issuecomment-782886280
I suggest migrating to use the spotless plugin as it's actively developed: https://github.com/diffplug/spotless
See PR #56 for changes
Thanks for the heads up and the PR! I'll take a look.
The google-java-format won't work properly when updating the Gradle Wrapper to use the latest gradle version (currently 8.4)
The owner of the google-java-format plugin confirmed that the plugin is no longer maintained back in Feb 2021: https://github.com/sherter/google-java-format-gradle-plugin/issues/57#issuecomment-782886280
I suggest migrating to use the spotless plugin as it's actively developed: https://github.com/diffplug/spotless