Skip to content

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

Merged
yahavi merged 2 commits intojfrog:masterfrom
yahavi:bom
Dec 7, 2022
Merged

Gradle - Publish bom files when 'java-platform' plugin applied#680
yahavi merged 2 commits intojfrog:masterfrom
yahavi:bom

Conversation

@yahavi
Copy link
Copy Markdown
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