This message was deleted.
# plugin-development
s
This message was deleted.
v
No it is not. But why does it need to be input at all in your case?
If you really need the path to be input, make an additional
Property<String>
that your drive from the directory property with
.map
and that your mark as
@Input
i
If the path changes (as in, the user configured the task to run somewhere else), then it should be rerun and not marked as up-to-date, right?
v
I don't know, you have to know that