quarkusio / quarkus-github-bot

A Quarkus-powered GitHub App to simplify issues and pull requests management in the Quarkus project.
Apache License 2.0
23 stars 25 forks source link

Propagate buildNumber to Quarkus #275

Closed yrodiere closed 2 years ago

yrodiere commented 2 years ago

This is necessary if we want to see the build number in the startup logs, i.e. this:

2022-09-26 13:53:40,388 INFO  [io.quarkus] (main) quarkus-bot f621887 on JVM (powered by Quarkus 2.12.2.Final) started in 0.837s. Listening on: http://0.0.0.0:8080

Instead of this:

2022-09-26 13:53:13,120 INFO  [io.quarkus] (main) quarkus-bot 999-SNAPSHOT on JVM (powered by Quarkus 2.12.2.Final) started in 0.935s. Listening on: http://0.0.0.0:8080