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.
but when try execute gradle task such testclasses or build, gradle cannot identify dependency. checkout error message got.
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
Post a Comment