Skip to content

Add java-version input to deploy-release action#16

Merged
Schmarvinius merged 1 commit into
mainfrom
fix/deploy-release-java-version
Jul 17, 2026
Merged

Add java-version input to deploy-release action#16
Schmarvinius merged 1 commit into
mainfrom
fix/deploy-release-java-version

Conversation

@Schmarvinius

Copy link
Copy Markdown
Contributor

The deploy-release composite action hardcoded Java 17 in its setup-java step. Since mvn clean deploy recompiles the project, consumers on newer JDKs (e.g. cds-feature-attachments on JDK 21) fail during deploy.

Exposes a java-version input (default '17' for backward compatibility) and wires it into the setup-java step.

@lisajulia lisajulia left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Schmarvinius
Schmarvinius merged commit 5fc795c into main Jul 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants