Removed upToDateWhen of copyLicense task

This was originally added because the task was also responsible for
copying the current git commit hash to the "about" screen.
The commit was later moved to a `buildConfigField`,
so this can now be removed again.
This commit is contained in:
ByteHamster 2020-07-26 09:58:59 +02:00
parent 93d6ccb6fe
commit e9fc02bd35

View File

@ -206,7 +206,6 @@ task copyLicense(type: Copy) {
rename { String fileName ->
fileName + ".txt"
}
outputs.upToDateWhen { false }
}
preBuild.dependsOn copyLicense