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