Skip to content

Require Java 1.8 to build, bump maven-plugin-plugin version #167

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kohlschuetter
Copy link

Previously, we required Java 1.6 to compile (a corresponding entry had to be made in ~/.m2/toolchains.xml), however the code already required try-with-resources (HelpMojo).

Bump source code compatibility to Java 1.8, and remove the JDK 1.6 requirement from Maven POM files.

Also update the maven-plugin-plugin version, which seems to fix a related problem when running with newer Maven environments.

Previously, we required Java 1.6 to compile (a corresponding entry had
to be made in ~/.m2/toolchains.xml), however the code already required
try-with-resources (HelpMojo).

Bump source code compatibility to Java 1.8, and remove the JDK 1.6
requirement from Maven POM files.

Also update the maven-plugin-plugin version, which seems to fix a
related problem when running with newer Maven environments.
@luontola
Copy link
Owner

That would break backward compatibility with old Maven versions:
https://github.com/luontola/retrolambda/blob/v2.5.7/scripts/build.sh#L63-L69

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

Successfully merging this pull request may close these issues.

2 participants