Merge pull request #4321 from ByteHamster/remove-gradle-uptodate

Removed upToDateWhen of copyLicense task
This commit is contained in:
H. Lehmann 2020-07-26 10:40:34 +02:00 committed by GitHub
commit 68d38a0b58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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