I have a multi module project and I'm using the /b...
# community-support
j
I have a multi module project and I'm using the /buildSrc conventions style for my gradle build (no build.gradle.kts at the root of the project). I moved everything to a new folder and for some reason the build only does
configure
on one project and then stops. No error is output or a failure. Image below of what the tail looks like with
gradlew build --info
. Tried with gradle 7.2 and 7.3. settings file looks good to me calling out all projects listed. If I try running
gradlew :subproject:build
, then that projects configure runs and then gradle stops processing anything else. Thoughts on what might be happening here?