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

Gradle - Publish bom files when 'java-platform' plugin applied #680

Merged
merged 2 commits into from
Dec 7, 2022

Conversation

yahavi
Copy link
Member

@yahavi yahavi commented Nov 29, 2022

  • All tests passed. If this feature is not already covered by the tests, I added new tests.

Fix jfrog/jfrog-cli#1496

When the java-platform plugin is applied, add the following publication in CI mode:

publications {
    mavenJavaPlatform(MavenPublication) {
        from components.javaPlatform
    }
}

@yahavi yahavi requested a review from eyalbe4 November 29, 2022 08:56
@yahavi yahavi self-assigned this Nov 29, 2022
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.

Gradle ArtifactoryPublish Task doesn't publish BOM modules
2 participants