mirror of
https://github.com/plexusorg/Plex.git
synced 2025-07-05 09:06:41 +00:00
Revamp the build system
This commit is contained in:
10
server/src/main/resource-templates/build-vars.properties
Normal file
10
server/src/main/resource-templates/build-vars.properties
Normal file
@ -0,0 +1,10 @@
|
||||
author={{ author | default("unknown") }}
|
||||
|
||||
buildNumber={{ buildNumber }}
|
||||
|
||||
date={{ date }}
|
||||
|
||||
gitCommit={{ gitCommit | default("unknown") }}
|
||||
|
||||
gitHead={{ gitHead | default("unknown") }}
|
||||
|
Reference in New Issue
Block a user