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

simplify compiler configuration #280

Merged
merged 1 commit into from
Apr 22, 2023
Merged

Conversation

olamy
Copy link
Member

@olamy olamy commented Apr 16, 2023

Signed-off-by: Olivier Lamy olamy@apache.org

Signed-off-by: Olivier Lamy <olamy@apache.org>
@@ -131,9 +130,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven.compiler.version}</version>
<configuration>
<release>8</release>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done by the property now and by the way this was overriding any configuration made by source/target parameter.

@@ -172,26 +168,6 @@
</execution>
</executions>
</plugin>
<plugin>
Copy link
Member Author

@olamy olamy Apr 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not needed anymore as we use release parameter

@olamy olamy requested a review from slachiewicz April 16, 2023 11:20
@slachiewicz slachiewicz removed their request for review April 16, 2023 11:23
@olamy olamy merged commit 361920e into master Apr 22, 2023
@slachiewicz slachiewicz deleted the compiler-configuration-simplify branch May 22, 2023 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant