This message was deleted.
# community-support
s
This message was deleted.
v
Just a side note, but I would almost always prefer a
Sync
task over a
Copy
task. Regarding the actual question, it should be something like
Copy code
from(A) {
    into 'B'
}
into layout.buildDirectory.dir('X')
c
I tried 100 things, but not that 🙂 Thanks a lot. Also, I didn't know about Sync. Will use it from now on. Cheers!
👌 1