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

Conflicting Java Version Requirements #368

Open
frederikb opened this issue Jan 14, 2025 · 0 comments
Open

Conflicting Java Version Requirements #368

frederikb opened this issue Jan 14, 2025 · 0 comments
Assignees
Milestone

Comments

@frederikb
Copy link

Describe the bug
The pom.xmls specify Java 11 as the source/target/release version, while the README indicates Java 17+ is required in the “Building” section.

To Reproduce

cluecumber/pom.xml

Lines 25 to 27 in 05b9682

<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.release>11</maven.compiler.release>

<maven.compiler.release>11</maven.compiler.release>

<maven.compiler.release>11</maven.compiler.release>

<maven.compiler.release>11</maven.compiler.release>

Cluecumber requires Java >= 17 and Maven >= 3.6.3.

Expected behavior
Alignment of Java versions. Probably adjusting the versions in the pom.xml to 17. This would however mandate a breaking change.

@bischoffdev bischoffdev self-assigned this Jan 16, 2025
@bischoffdev bischoffdev added this to the 3.11.0 milestone Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants