This message was deleted.
# community-support
s
This message was deleted.
c
yes. this is useful to encapsulate logic & hide the Property state (Provider is nicely read-only).
z
thanks! bit weird the naming is
@Internal
if it can expose outputs as inputs to other tasks
v
But why
Property<Directory>
and not
DirectoryProperty
?
👍 1
Especially as you could then do
outputDir.file("Shared...")
👍 1
z
Good point!