Big Chungus
05/13/2021, 12:40 PMgradlew
for the child module from child module's directory?
/root/
parent/
gradlew
build.gradle
serrings.gradle
child/
build.gradle
another-child/
build.gradle
I've tried this, but it errors while trying to evaluate child as parent
#pwd: /root/child
../parent/gradlew help
Here's the error
FAILURE: Build failed with an exception.
* Where:
Build file '/root/child/build.gradle' line: 6
* What went wrong:
A problem occurred evaluating root project 'child'.
> Project with path ':another-child' could not be found in root project 'child'.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at <https://help.gradle.org>
BUILD FAILED in 0s
I'm on Gradle 5.4.1tapchicoma
05/13/2021, 1:42 PMparent
dir call such way: ./gradlew -p ../child tasks
Big Chungus
05/13/2021, 1:50 PMBig Chungus
05/13/2021, 1:57 PMBig Chungus
05/13/2021, 2:19 PMincludeFlat
. Everything works fine after moving the parent to root