google / java-photoslibrary

Java client library for the Google Photos Library API
http://developers.google.com/photos
Apache License 2.0
107 stars 64 forks source link

google-java-format plugin is no longer maintained #55

Open SingingBush opened 9 months ago

SingingBush commented 9 months 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

SingingBush commented 9 months ago

See PR #56 for changes

chrisachard commented 8 months ago

Thanks for the heads up and the PR! I'll take a look.