geforkt von Mirrors/FastAsyncWorldEdit
Attempt 2
Dieser Commit ist enthalten in:
Ursprung
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") {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren