We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Because we can get inconsistencies like
<properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <surefire.useFile>false</surefire.useFile> - <jenkins.version>1.609</jenkins.version> + <jenkins.version>2.346.3</jenkins.version> <jenkins-test-harness.version>2.17</jenkins-test-harness.version> - <java.level>8</java.level> <findbugs.skip>true</findbugs.skip> </properties>
Which fail because jenkins test harness is too old
Also could be #517
But if the property is referenced in must be upgraded
No response
The text was updated successfully, but these errors were encountered:
Other option is to remove the property and remove test-harness from pom (it's added on the parent)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What feature do you want to see added?
Because we can get inconsistencies like
Which fail because jenkins test harness is too old
Also could be #517
But if the property is referenced in must be upgraded
Upstream changes
No response
Are you interested in contributing this feature?
No response
The text was updated successfully, but these errors were encountered: