gapic-generator-java icon indicating copy to clipboard operation
gapic-generator-java copied to clipboard

investigate fmt-maven-plugin upgrade error

Open zhumin8 opened this issue 11 months ago • 0 comments

fmt-maven-plugin upgrade to 2.13 is failing on error for ci/lint and ci/showcase, but pass for other ci checks. see https://github.com/googleapis/sdk-platform-java/pull/3544#issuecomment-2576147488

Found this old attempt to upgrade failing with Java incompatible: https://github.com/googleapis/sdk-platform-java/pull/941 unsure if related. One other clue is https://github.com/googleapis/sdk-platform-java/pull/2533, shows com.google.googlejavaformat:google-java-format version in project is not uniformed. and google-java-format 1.14 requires java 11 (ref: https://github.com/googleapis/sdk-platform-java/issues/952)

zhumin8 avatar Jan 07 '25 21:01 zhumin8