This message was deleted.
# community-support
s
This message was deleted.
v
What does your build script look like? I think your problem is, that if you have the base plugin applied (explicitly or implicitly) you would need to configure the existing`clean` task and if not, create a new
clean
task, but do a mix of these syntax wise. But the more important question is, why do you have that line at all? Why should the`clean` task of a subproject delete the build directory of the root project? That sounds like a horrible idea.