java-photoslibrary icon indicating copy to clipboard operation
java-photoslibrary copied to clipboard

#55 Update Gradle to 8.4 and replace unmaintained plugin with Spotless plugin

Open SingingBush opened this issue 1 year ago • 4 comments

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

SingingBush avatar Oct 17 '23 15:10 SingingBush