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

Multilevel submodule not able to extract dependencies via gradle jfrog artifactory plugin #671

Open
kadamdeepali17 opened this issue Oct 31, 2022 · 0 comments
Labels
gradle bug Create a report to help us improve

Comments

@kadamdeepali17
Copy link

Describe the bug
I have Gradle Project which contains multiple submodules and each submodule again has submodules. I am using a plugin
plugin: 'com.jfrog.artifactory' for publishing the artifacts and build info. I am able to publish the build-info the jfrog artifactory , able to see dependencies for direct submodules but not able to see the dependencies for nested submodules

example below

ParentProject
--- submodule1 --->
---> submodule1a
---> submodule2a
--->submodule2

I am able to see submodule1 and 2 dependencies under build-> published modules -> dependencies but not able to see dependencies for submodule1a, 1b
I am expecting to see the dependencies for all the submodules under builds-> submodule1:submodule1a dependencies.

To Reproduce
Create a project with multilevel submodules as below
ParentProject
--- submodule1
---> submodule1a
---> submodule1b
--->submodule2

and try to publish the artifact using artifactoryPublish

Expected behavior
all the nested Submodule ( in the above case submodul1a, 1b) dependencies should be visible on artifactory

Screenshots

Versions

  • Gradle Artifactory plugin version: 4.29.1
  • Operating system: Linux
  • Artifactory Version: EnterpriseX license 7.33.12

Additional context
Add any other context about the problem here.

@kadamdeepali17 kadamdeepali17 added the gradle bug Create a report to help us improve label Oct 31, 2022
@kadamdeepali17 kadamdeepali17 changed the title Multilevel submodule not able to extract dependencies via gradle artifactory plugin Multilevel submodule not able to extract dependencies via gradle jfrog artifactory plugin Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gradle bug Create a report to help us improve
Projects
None yet
Development

No branches or pull requests

1 participant