This message was deleted.
# community-support
s
This message was deleted.
e
I found that custom plugin extension could be retrieved like
project.<name of extension>
t
Ideally, you'd get a
FileSystemOperations
service injected into your task and call
copy()
on it, rather than using
project.copy()
. https://docs.gradle.org/current/userguide/custom_gradle_types.html#service_injection
☝️ 1
e
Thank you!
Copy code
@Inject abstract FileSystemOperations getFs()