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 Maven Enforcer Plugin to validate Java Version #1386

Open
myfear opened this issue Jun 8, 2018 · 0 comments · May be fixed by #2635
Open

Use Maven Enforcer Plugin to validate Java Version #1386

myfear opened this issue Jun 8, 2018 · 0 comments · May be fixed by #2635
Labels

Comments

@myfear
Copy link

myfear commented Jun 8, 2018

I've downloaded the Hello Lagom project from dev.lightbend.com and got a weird error about blocked ports and a failed Kafka start. Turned out that my local env was using Java 10 instead of 8.
Can we use the Maven enforcer plugin (https://maven.apache.org/enforcer/maven-enforcer-plugin/usage.html) to make sure Java 8 is used?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging a pull request may close this issue.

3 participants