summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-07-26 09:58:59 +0200
committerByteHamster <info@bytehamster.com>2020-07-26 10:00:48 +0200
commite9fc02bd35ee2cf320b0bcecd02c8595d2945f67 (patch)
treecc5a7890a12988ad8fb887a64e8be80afa015c37 /app/build.gradle
parent93d6ccb6fe25dca9a09657559f6454ab5874c2e6 (diff)
downloadAntennaPod-e9fc02bd35ee2cf320b0bcecd02c8595d2945f67.zip
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.
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index f07766ff1..fa347aac6 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -206,7 +206,6 @@ task copyLicense(type: Copy) {
rename { String fileName ->
fileName + ".txt"
}
- outputs.upToDateWhen { false }
}
preBuild.dependsOn copyLicense