This fixes the output of /fawe version and gives the versioning a fresh overhaul as well
This commit is contained in:
NotMyFault
2019-04-17 00:35:39 +02:00
parent f829f51bcd
commit 7b8bf18309
9 changed files with 55 additions and 44 deletions

View File

@ -43,8 +43,10 @@ processResources {
from('src/main/resources') {
include 'fawe.properties'
expand(
internalVersion: "${project.parent.version}",
version: "${project.parent.version}",
name: project.parent.name,
commit: "${git.head().abbreviatedId}",
date: "${git.head().getDate().format("yy.MM.dd")}",
)
}
}