Slackbot
02/20/2023, 2:44 PMEug
02/20/2023, 2:45 PMproject.<name of extension>Thomas Broyer
02/20/2023, 2:54 PMFileSystemOperations 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_injectionEug
02/20/2023, 2:54 PM@Inject abstract FileSystemOperations getFs()