How have gradle module override it's jar in another module
Answered
Hello,
I have a project with multiple git repos, each with their own build.gradle. I've imported each of these into a single IntelliJ project as modules. The problem is that each module is dependent on jar dependencies, and not the imported modules. Is there a way to have IntelliJ detect that the modules I imported match the jar dependencies in other modules, and override them?
Thanks
Please sign in to leave a comment.
Use the composite builds: https://blog.jetbrains.com/idea/2017/03/webinar-recording-composite-builds-with-gradle/ .