How to copy build resources to another dir in the build after compilation

I wanted to copy build resources files to output dir in the build, after build compilation.
I tried doLast with gradle task <Copy> , that didn’t work. (Read online and tried)

Any suggestion?
Thanks!