This message was deleted.
# releases
s
This message was deleted.
🎉 27
party gradlephant 14
n
For me this build is hanging. It didn’t hang with the release candidates. I have filed a bug: https://github.com/gradle/gradle/issues/27221
c
In the release notes section on the new CopySpec factory:
The
FileSystemOperations
service now has a copySpec() method for creating
CopySpec
instances in a configuration cache friendly way. The new method allows you to create, configure, and use
CopySpec
instances during the execution phase.
The final sentence singles out execution phase. What about configuration phase?
l
During the configuration phase, you can access the
Project
instance, so the existing method was OK. This really enables to use a
CopySpec
when you cannot access the
Project