Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use --release 8 during compilation #304

Merged
merged 1 commit into from
Jun 24, 2024
Merged

Use --release 8 during compilation #304

merged 1 commit into from
Jun 24, 2024

Conversation

normanmaurer
Copy link
Member

Motivation:

We should use --release 8 during compilation to ensure we always end up with the correct java version that is required.

Modifications:

  • Upgrade compiler plugin so the release flag is only used when compiling with java9+
  • Specify release flag

Result:

Always end up with the correct bytecode

Motivation:

We should use --release 8 during compilation to ensure we always end up
with the correct java version that is required.

Modifications:

- Upgrade compiler plugin so the release flag is only used when
compiling with java9+
- Specify release flag

Result:

Always end up with the correct bytecode
@normanmaurer normanmaurer added this to the 0.0.29.Final milestone Jun 24, 2024
@normanmaurer normanmaurer merged commit e8ee7cd into main Jun 24, 2024
5 checks passed
@normanmaurer normanmaurer deleted the compiler branch June 24, 2024 13:14
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.

1 participant