This message was deleted.
# plugin-development
s
This message was deleted.
v
Can't you just do
./gradlew clean
?
j
i think that might not work if there is a "clean" task at root?
v
It does work. Don't confuse
:clean
with
clean
:-)
Without path (i.e. without
:
) a task is run on all projects that have such a task.
j
Ah. For some reason i thought it only searched subprojects if an exact match on root is not found
v
You mix that up with abbreviations. :-)