java-photoslibrary
java-photoslibrary copied to clipboard
#55 Update Gradle to 8.4 and replace unmaintained plugin with Spotless plugin
this PR contains the following:
- Update gradle wrapper to 8.4 (requires numerous changes to gradle build files)
- Replace google-java-format with com.diffplug.spotless (which supports google-java-format as well)
- Add GitHub action to ensure builds with both JDK 11 and 17 (21 will require Gradle 9)
- Add Automatic-Module-Name to the manifest for photoslibraryapi