Is it possible to add custom data the help/about page

Hi support
I’d like to be able to add some additional information to the table that appears under the help>about screen. Specifically, I’d like to add git branch name or release, tag etc. that the application is currently running on. There are possible other metadata that might be added in the future.

I see some of the settings like artifact version and group set in the build.gradle file is it possible to add to these settings? Note I’m new gradle and maven in general.

Hi,

Yes it’s possible, see buildInfo in the docs.

1 Like

Thanks for the quick reply Konstantin. This is great.