Slackbot
11/15/2023, 9:31 PMephemient
11/15/2023, 10:10 PMephemient
11/15/2023, 10:13 PMversion isn't a Property like more modern APIs are, but you can work around that with
version = object {
override fun toString(): String =
computeVersion().getArtifactVersionString()
}
during build configuration, which will be stringified to the expected value by everything using version, such as the Jar tasks and publishingPaul Kramer
11/15/2023, 10:41 PMephemient
11/15/2023, 10:42 PM