attempt at setting up fawe.properties

This commit is contained in:
MattBDev
2019-08-22 21:06:03 -04:00
parent b5b89412d9
commit 70d4af006a
3 changed files with 29 additions and 4 deletions

View File

@ -59,9 +59,9 @@ sourceSets {
tasks.named<Copy>("processResources") {
filesMatching("fawe.properties") {
// expand("version" to project.ext["internalVersion"])
// expand("commit" to "TODO GIT")
// expand("date" to "TODO Date")
expand("version" to "$version")
expand("commit" to "${rootProject.ext["revision"]}")
expand("date" to "${rootProject.ext["date"]}")
}
}
tasks.named<ShadowJar>("shadowJar") {