Skip to content

Gradle Artifactory plugin does not support multi-module project as well  #145

Closed as not planned
@imanushin

Description

@imanushin

Gradle supports multimodule project (see in official doc).

This is useful when you try to decompose solid project to modules (for example, to have different modules - server, client, model).

However, gradle artifactory plugin is unable to publish build info for subprojects.

So, in my example:

  1. Root project does not have any dependency (it is just container)
  2. Subprojects are ordinal java projects
  3. Each subproject has artifactoryPublish task
  4. After calling .\gradlew.bat :artifactoryPublish

Expected result:
All modules are published, build info is published to each module (or build info has unified data of all submodules)

Actual result:
All modules are published. No build info was published to artifactory

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions