This message was deleted.
# community-support
s
This message was deleted.
c
Wrapper task is only available at project root, run it from there
1
e
🤔 Thanks for the explanation. It would be nice if Gradle just said that, rather than
Task 'wrapper' not found in project ':bundle'.
Is there a place I can make a feature requests?
c
it is (mostly) saying that -
:
is the root project that holds the wrapper task, it’s not expected to exist in other projects (the same goes for other project-specific tasks). The gradle project on github would be where to look for similar requests.
e