Closed as not planned
Description
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:
- Root project does not have any dependency (it is just container)
- Subprojects are ordinal java projects
- Each subproject has artifactoryPublish task
- 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