mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
attempt at setting up fawe.properties
This commit is contained in:
@ -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") {
|
||||
|
Reference in New Issue
Block a user