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!
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!