For subproject 2, this settings works fine if I do...
# community-support
y
For subproject 2, this settings works fine if I do:
Copy code
rootProject: ./gradlew :subproject2:<some task>
But fails if I try to do the same if I goes to the sub/project2/:
Copy code
rootProject/sub/project2: ../../gradlew <some task>
It will jsut goes to the logic to throw error
🧵 1