Add route to display version information. (#195)

* Add version information route.

* Use build action for tests.

* Add version test to script.

* Add testing directory to dockerignore.

* Don't unnecessarily set permission for gradle wrapper script.
This commit is contained in:
Kavin 2022-02-22 09:16:45 +00:00 committed by GitHub
parent bda8ccfc19
commit 94f5fa37ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 34 additions and 10 deletions

3
.gitignore vendored
View file

@ -23,3 +23,6 @@ bin/
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# Version File
VERSION