Skip to content

Commit

Permalink
build: add missing output file to 'versionAsSpecified' task
Browse files Browse the repository at this point in the history
Signed-off-by: Jendrik Johannes <[email protected]>
  • Loading branch information
jjohannes committed Dec 6, 2024
1 parent f5fca42 commit d517cbc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ tasks.register("versionAsSpecified") {
group = "versioning"

inputs.property("newVersion", providers.gradleProperty("newVersion")).optional(true)
outputs.file(versionTxt)

doLast {
val newVer =
Expand Down

0 comments on commit d517cbc

Please sign in to comment.