Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

since adding chainsaw my multi-project build no longer builds in order #34

Open
SingingBush opened this issue Apr 7, 2018 · 1 comment

Comments

@SingingBush
Copy link

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.

@florian-beetz
Copy link

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.

Explicitly declaring compileJava.dependsOn(":dependency:build") works, however.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants