-
-
Notifications
You must be signed in to change notification settings - Fork 79
Allow easy consumption of beta restriction #98
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
Conversation
oleg-nenashev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐝
Needs a similar PR to https://github.com/jenkinsci/pom or the Jenkins Core
batmat
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
| <properties> | ||
| <jenkins.version>2.60.3</jenkins.version> | ||
| <java.level>8</java.level> | ||
| <maven-hpi-plugin.disabledTestInjection>true</maven-hpi-plugin.disabledTestInjection> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suppose this is just to shave off some build time?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes.
jenkinsci/jenkins@2090468 in jenkinsci/jenkins#3302 uses it. |
Downstream of jenkinsci/lib-access-modifier#11.
@reviewbybees @jenkinsci/code-reviewers