cdsap / Talaiot

Simple and extensible plugin to track task times in your Gradle Project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: Is there a way I can make some custom properties as tags and some as fields?

vikasraimeesho opened this issue · comments

I'm aware we can use buildTags and taskTags to filter certain keys but here I can mark all my custom properties either as a tag or field. is there a way I can make some custom properties as tags and some as fields?

commented

I'm just a fellow user of this library.) I think you could write your own custom publisher and treat your properties as you want, when publishing your data. :)
In our project it was way simpler to add some of the properties just right before publishing our report.