Always update build date

This commit is contained in:
Alexander Nozik 2022-06-08 19:07:20 +03:00
parent 72c3dc87df
commit 8bc8f5348d
No known key found for this signature in database
GPG Key ID: F7FCF2DD25C71357

View File

@ -65,6 +65,7 @@ val writeBuildDate: Task by tasks.creating {
file.writeText(deployDate.toString())
}
outputs.file("resources/main/buildDate")
outputs.upToDateWhen { false }
}