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

Stop using "javac -source 7 -target 7" #16748

Merged
merged 1 commit into from
Feb 21, 2023
Merged

Conversation

keithc-ca
Copy link
Contributor

Otherwise, when building with a Java 20+ bootjdk we get these errors:

error: Source option 7 is no longer supported. Use 8 or later.
error: Target option 7 is no longer supported. Use 8 or later.

Otherwise, when building with a Java 20+ bootjdk we get these errors:
  error: Source option 7 is no longer supported. Use 8 or later.
  error: Target option 7 is no longer supported. Use 8 or later.

Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
@pshipton
Copy link
Member

jenkins compile alinux64 jdk8

@pshipton
Copy link
Member

jenkins compile amac jdk11,jdk17,jdk19,jdk20

@pshipton pshipton merged commit 27a475d into eclipse-openj9:master Feb 21, 2023
@keithc-ca keithc-ca deleted the not7 branch February 21, 2023 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants