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

Build warning: Ignoring deprecated java.level property #9

Closed
basil opened this issue May 17, 2022 · 1 comment
Closed

Build warning: Ignoring deprecated java.level property #9

basil opened this issue May 17, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@basil
Copy link
Member

basil commented May 17, 2022

Jenkins and plugins versions report

Environment
Paste the output here

What Operating System are you using (both controller, and any agents involved in the problem)?

Ubuntu 20.04.4 LTS x86_64

Reproduction steps

Run mvn clean verify -DskipTests as of HEAD (at the time of current writing, commit afa4de2).

Expected Results

The build completes with no warnings.

Actual Results

The build completes with the following warning:

[…]
[INFO] --- maven-hpi-plugin:3.27:validate (default-validate) @ commons-lang3-api ---
[WARNING] Ignoring deprecated java.level property. This property should be removed from your plugin's POM. In the future this warning will be changed to an error and will break the build.
[…]

Anything else?

Commit bb7726b was integrated without reading release notes: jenkinsci/plugin-pom#522. As the warning states, this property should be removed from the plugin's POM.

CC @nhojpatrick

@basil basil added the bug Something isn't working label May 17, 2022
@basil basil mentioned this issue May 17, 2022
6 tasks
@basil
Copy link
Member Author

basil commented Jul 11, 2022

Fixed in #11.

@basil basil closed this as completed Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant