This message was deleted.
# community-support
s
This message was deleted.
e
AFAIK no - they depend on project, and build services are independent of projects
v
Injecting
ProjectLayout
for the former and
ArchiveOperations
for the latter should probably work
Ah, right about the
ProjectLayout
@ephemient, but
ArchiveOperations
should work.
c
thanks. Gradle kaks on injecting ProjectLayout, rightfully so as it’s project-specific. Haven’t tried ArchiveOperations yet.
v
And
ObjectFactory
for creating a file tree
Out of the above,
ProjectLayout
and
WorkerExecutor
services are only available for injection in project plugins.
So I'd expect the others to work
c
giving it a try - thanks!
both ObjectFactory and ArchiveOperations inject cleanly. thanks folks.
gradlephant 1
👌 1