Hey <@U79JY5TL3>, quick question related to Compos...
# swagger-gradle-codegen
g
Hey @mbonnin, quick question related to Composite build that I’m not able to answer myself: Looks like that if I call
./gradlew check
from the root project, the
check
tasks in the imported build are not executed right 🤔 That feels weird to me. Like the only way so far to achieve that is to
./gradlew check --project-dir gradle-plugin
right? Or have I missed something?