Skip to content
This repository was 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

@jollyjoker992

Description

@jollyjoker992

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions