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

Sample doesn't work with Java 11 #8

Open
scottkurz opened this issue Oct 16, 2020 · 0 comments
Open

Sample doesn't work with Java 11 #8

scottkurz opened this issue Oct 16, 2020 · 0 comments

Comments

@scottkurz
Copy link
Contributor

You can't use the default compiler plugin with the default compiler props.. that gives you Java 5, which is too old for Java 11.

[INFO] Compiling 4 source files to C:\ydosppa\openliberty-ex\target\classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] Source option 5 is no longer supported. Use 6 or later.
[ERROR] Target option 1.5 is no longer supported. Use 1.6 or later.

My PR #7 makes this a moot point, but I'll just open in case anyone looks in the meantime.

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

No branches or pull requests

1 participant