java - Setup dependencies between IntelliJ Gradle Modules to execute Gradle tasks -


i have 2 intellij gradle modules in intellij project , jpav-common , jpav-code, respectively. jpav-code have dependency jpav-common, setup dependency through project setting below.

enter image description here

but when try execute gradle task such testclasses or build, gradle cannot identify dependency. checkout error message got.

enter image description here

obviously, seems dependency setup meaningful inside intellij. (running junit test , compiling using intellij's run configuration works fine.) how can make gradle tasks aware of dependency? need write code build.gradle? can find information it?


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -