Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

How can I pull out the specific dependencies from generated POM file? #76

Open
jollyjoker992 opened this issue Sep 27, 2018 · 0 comments

Comments

@jollyjoker992
Copy link

I have multi modules in my project, so I use Gradle compile command to include the modules into that. I have an issue when publishing the jar file to Bintray repository that will be explained more following.

  • The Bintray uploading and linking to jcenter task is OK.
  • The integrate task from another project to compile that library has a little bit failure. The gradle tool bar (top right of intelliJ IDE) marks the sub-modules as red line with error unable to resolve com.xxx.xxx but the code is work well.

So I guess that it required sub-modules jar file is located on jcenter repo although it's already included in the main module. So I think remove the dependencies from POM file generated from install task might help me resolve it. So how can I do that? Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant