mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
Attempt 2
This commit is contained in:
parent
70d4af006a
commit
c36db8de37
@ -59,9 +59,9 @@ sourceSets {
|
|||||||
|
|
||||||
tasks.named<Copy>("processResources") {
|
tasks.named<Copy>("processResources") {
|
||||||
filesMatching("fawe.properties") {
|
filesMatching("fawe.properties") {
|
||||||
expand("version" to "$version")
|
expand("version" to "$version",
|
||||||
expand("commit" to "${rootProject.ext["revision"]}")
|
"commit" to "${rootProject.ext["revision"]}",
|
||||||
expand("date" to "${rootProject.ext["date"]}")
|
"date" to "${rootProject.ext["date"]}")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
tasks.named<ShadowJar>("shadowJar") {
|
tasks.named<ShadowJar>("shadowJar") {
|
||||||
|
Loading…
Reference in New Issue
Block a user