You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.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? ThanksThe text was updated successfully, but these errors were encountered: