summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2020-07-26 10:40:34 +0200
committerGitHub <noreply@github.com>2020-07-26 10:40:34 +0200
commit68d38a0b58becc125da8e752a784f6149bfa93bb (patch)
tree42cab938bb8d22a645f82f3e22720b1ff5e8abdb /app
parent1f351ec78cd689827da9400bf79e8bd8ab87f738 (diff)
parente9fc02bd35ee2cf320b0bcecd02c8595d2945f67 (diff)
downloadAntennaPod-68d38a0b58becc125da8e752a784f6149bfa93bb.zip
Merge pull request #4321 from ByteHamster/remove-gradle-uptodate
Removed upToDateWhen of copyLicense task
Diffstat (limited to 'app')
-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