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