mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-05 13:27:09 +01:00
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:
parent
93d6ccb6fe
commit
e9fc02bd35
@ -206,7 +206,6 @@ task copyLicense(type: Copy) {
|
||||
rename { String fileName ->
|
||||
fileName + ".txt"
|
||||
}
|
||||
outputs.upToDateWhen { false }
|
||||
}
|
||||
|
||||
preBuild.dependsOn copyLicense
|
||||
|
Loading…
Reference in New Issue
Block a user