incremental-module-builder icon indicating copy to clipboard operation
incremental-module-builder copied to clipboard

Option for building dependencies of changed modules

Open ghost opened this issue 5 years ago • 0 comments

Hello,

I am missing the option to build the dependencies of changed modules too. In my case, I have a maven module that generates code that is shared across multiple modules. Using this extension, the code never gets generated because the necessary module never builds, even if it is a direct dependency of a built module. This then causes the overall build to fail, because of missing generated code.

ghost avatar Aug 06 '20 10:08 ghost