-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Support Gradle 7. More reliable tasks dependencies for Maven plugins publishing #1630
Conversation
dependsOn("generatePomFileForNebulaPublication") | ||
} | ||
tasks.named("publishPluginMavenPublicationToMavenLocal").configure { | ||
tasks.matching { it.name.contains("PluginMaven") }*.configure { |
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.
✅ Gradle Wrapper Validation success d86bbf473be9c37bf099abcb45bc55bc043fd0a0 |
Can one of the admins verify this patch? |
❌ Gradle Precommit failure d86bbf473be9c37bf099abcb45bc55bc043fd0a0 |
…publishing Signed-off-by: Andriy Redko <[email protected]>
d86bbf4
to
81166c5
Compare
✅ Gradle Wrapper Validation success 81166c5 |
✅ Gradle Precommit success 81166c5 |
❌ Gradle Check failure d86bbf473be9c37bf099abcb45bc55bc043fd0a0 |
Signed-off-by: Andriy Redko [email protected]
Description
More reliable fix for #1624 to cover all plugin-related tasks.
Issues Resolved
N/A
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.