cdsap / Talaiot

Simple and extensible plugin to track task times in your Gradle Project.
MIT License
588 stars 37 forks source link

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

Open vikasraimeesho opened 1 year ago

vikasraimeesho commented 1 year ago

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?

xvar commented 8 months ago

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.