Skip to content

Set source and target in jdk9+ profile#569

Open
ctubbsii wants to merge 1 commit intoapache:masterfrom
ctubbsii:retain-legacy-compiler-props
Open

Set source and target in jdk9+ profile#569
ctubbsii wants to merge 1 commit intoapache:masterfrom
ctubbsii:retain-legacy-compiler-props

Conversation

@ctubbsii
Copy link
Member

Use javaVersion to set maven.compiler.source and maven.compiler.target, in addition to maven.compiler.release in the jdk9+ profile, because some plugins still use these properties, even when maven.compiler.release is set. So, it is still useful to have these set automatically by the single property, javaVersion.

Use `javaVersion` to set `maven.compiler.source` and
`maven.compiler.target`, in addition to `maven.compiler.release` in the
`jdk9+` profile, because some plugins still use these properties, even
when `maven.compiler.release` is set. So, it is still useful to have
these set automatically by the single property, `javaVersion`.
@slawekjaranowski
Copy link
Member

because some plugins still use these properties, ...

which plugins needs it?

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