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
my gradle build consists of three projects. Project A, is dependency of Project B and Project B is a depenency to my root project. I used to be able to just run ./gradlew build and have everything build but since introducing chainsaw and setting them up as Java9 modules I am forced to compile each project individually as trying the build everything from the root package results in me getting a module not found error when the build goes through the module-info.java of the root project.
The text was updated successfully, but these errors were encountered:
I also have this problem with Gradle 4.8 and chainsaw 0.3.1.
Apparently, chainsaw does not support multi-module builds from what I've read here in @zyxist's example repo.
my gradle build consists of three projects. Project A, is dependency of Project B and Project B is a depenency to my root project. I used to be able to just run
./gradlew build
and have everything build but since introducing chainsaw and setting them up as Java9 modules I am forced to compile each project individually as trying the build everything from the root package results in me getting a module not found error when the build goes through the module-info.java of the root project.The text was updated successfully, but these errors were encountered: