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

infra: avoid maven warnings #515

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

Bananeweizen
Copy link
Contributor

Use the release property instead of source and target for compilation.

Copy link

sonarqubecloud bot commented Apr 9, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@Bananeweizen
Copy link
Contributor Author

That avoids these warnings:
grafik

Also remove the property java.version as that is the name of a pre-defined property injected into the maven properties, containing the actual JDK runtime version (like 21.0.1). It's really confusing to override that injected property, and could potentially lead to errors at other locations.

@muhlba91 muhlba91 merged commit 2a538c5 into checkstyle:master Apr 11, 2024
9 checks passed
@Bananeweizen Bananeweizen deleted the compiler_release branch April 11, 2024 13:47
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