Merge branch 'breaking'

This commit is contained in:
Jesse Boyd
2019-05-02 05:25:52 +10:00
590 changed files with 15655 additions and 15927 deletions

View File

@@ -44,8 +44,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")}",
)
}
}