You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Describe the bug
The
pom.xml
s 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
cluecumber/engine/pom.xml
Line 30 in 05b9682
cluecumber/core/pom.xml
Line 42 in 05b9682
cluecumber/maven/pom.xml
Line 42 in 05b9682
cluecumber/README.md
Line 51 in 05b9682
Expected behavior
Alignment of Java versions. Probably adjusting the versions in the
pom.xml
to 17. This would however mandate a breaking change.The text was updated successfully, but these errors were encountered: