Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.8.1
-
None
Description
The ASCII art announcement of Tapestry lists the version as UNKNOWN.
See https://lists.apache.org/thread/kgvo9r5rnltv5510r9l2s3qyjhjfmn78
It appears that tapestry-core/src/main/filtered-resources/META-INF/gradle/org.apache.tapestry/tapestry-core/project.properties is missing since 5.7
The build.gradle seems to need it:
jar {
from("src/main/filtered-resources") {
filter(ReplaceTokens, tokens: [version: project.version])
}
}
The same is present in tapestry-http