mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 22:31:52 +00:00
add DESCRIPTION to processResources
This commit is contained in:
@@ -29,7 +29,8 @@ fun Project.configureCompilation() {
|
|||||||
include("**/*.*")
|
include("**/*.*")
|
||||||
filter<org.apache.tools.ant.filters.ReplaceTokens>(
|
filter<org.apache.tools.ant.filters.ReplaceTokens>(
|
||||||
"tokens" to mapOf(
|
"tokens" to mapOf(
|
||||||
"VERSION" to project.version.toString()
|
"VERSION" to project.version.toString(),
|
||||||
|
"DESCRIPTION" to project.properties["terra.description"]
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ displayName = "Terra"
|
|||||||
displayURL = "https://github.com/PolyhedralDev/Terra/"
|
displayURL = "https://github.com/PolyhedralDev/Terra/"
|
||||||
authors = "dfsek & Terra contributors"
|
authors = "dfsek & Terra contributors"
|
||||||
description = "@DESCRIPTION@"
|
description = "@DESCRIPTION@"
|
||||||
version = "${file.jarVersion}"
|
|
||||||
[[dependencies.terra]]
|
[[dependencies.terra]]
|
||||||
modId = "forge"
|
modId = "forge"
|
||||||
mandatory = true
|
mandatory = true
|
||||||
|
|||||||
Reference in New Issue
Block a user