chore: default reusable-workflow JDK to 25 - #7
Merged
Conversation
Bump java-version input default 21 -> 25 in gradle-build.yml and gradle-publish.yml so engine repos build/publish on JDK 25. Takes effect for @v1 callers only once the v1 tag is re-pointed. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
RobFaustLZ
approved these changes
Aug 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump reusable-workflow default JDK 21 → 25
Sets the
java-versioninput default from'21'to'25'in the sharedgradle-build.ymlandgradle-publish.ymlreusable workflows, so the LabelZoom Java engine repos (which don't override the input) build and publish on JDK 25 as part of the workspace-wide Java 25 upgrade.v1tag re-point to take effectThe engine repos pin these workflows at
@v1(a moving major tag). Merging tomaindoes not change what those callers run until thev1tag is moved to this commit. Until then the companion Java 25 PRs in the engine repos will still get JDK 21 in CI (and fail to compile a Java 25 target). Sequence: merge this → re-pointv1→ re-run the engine PRs.Companion PRs: labelzoom-api#102, engine-core#34, io-zpl-in#81, io-zpl-out#47, io-xml#41, io-pdf#73, io-dpl#31, io-epl#35, io-tspl#32, api-core#4, website-spring#137.
🤖 Generated with Claude Code