You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: centralize Java version configuration in composite action (#38)
Create a reusable composite action (.github/actions/setup-java) to
centralize Java version configuration across all workflows. This
eliminates duplication and makes future Java version updates
single-point changes.
Changes:
- Add .github/actions/setup-java/action.yml with Java 25 + Temurin
- Update build-and-publish.yml to use composite action
- Update release-publish.yml to use composite action
- Update nightly-build.yml to use composite action
- Update atr-release.yml to use composite action
- Update atr-release-test.yml to use composite action
- Remove redundant env variables (JAVA_VERSION, JAVA_DISTRIBUTION)
- Remove duplicate chmod +x gradlew steps (now in composite action)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments