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

error: release version 15 not supported Language level is invalid or missing in pom.xml. Current project JDK is 11. Specify language level in selenium #177

Open
mfaisalkhatri opened this issue Jan 13, 2022 · 0 comments

Comments

@mfaisalkhatri
Copy link
Collaborator

Version?

4.2.0

Browser?

Not Required

Steps to reproduce

Automation user is Unable to compile/build the project in case Java 11 is installed on his machine.

Following error message is displayed when user tries to run the tests:

error: release version 15 not supported
Language level is invalid or missing in pom.xml. Current project JDK is 11. Specify language level in selenium

Observed, that there is no option in the framework to lower the Java version to smoothly work with version lower than 15.

✔️ Expected Behavior

Automation User should be able to run the tests smoothly on versions less than Java 15.

❌ Actual Behavior

Following error message is displayed when user tries to run the tests:

error: release version 15 not supported
Language level is invalid or missing in pom.xml. Current project JDK is 11. Specify language level in selenium
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