Slackbot
12/13/2022, 4:44 PMVampire
12/13/2022, 6:51 PMafterEvaluate
.
The proper solution is to use the lazy api you defined lazily.
So for example wire the property to a property on a task so that it is only queried at task execution time.
If you really need the value at configuration time, add a function to your extension instead that consumes and handles that value.
Btw. as it is called filePath
, you should probably use RegularFileProperty
instead.Alexandru Hadăr
12/13/2022, 6:54 PMVampire
12/13/2022, 6:59 PMAlexandru Hadăr
12/13/2022, 7:41 PM