1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-09-09 10:19:42 +02:00

Update and rename CONTRIBUTORS.md to CONTRIBUTORS.txt

This commit is contained in:
Gregor Santner 2016-08-29 22:16:45 +02:00
parent 78b96d9ade
commit 06466b7743
2 changed files with 4 additions and 5 deletions

View file

@ -61,7 +61,7 @@ task copyRepoFiles(type: Copy) {
}
// Filter Contributors file
from(rootProject.file("CONTRIBUTORS.md")) {
from(rootProject.file("CONTRIBUTORS.txt")) {
into '.' // Target already changed to 'src/main/res/raw'
rename { String fileName ->
fileName.replace(fileName, fileName.toLowerCase())
@ -72,6 +72,4 @@ task copyRepoFiles(type: Copy) {
}
}
tasks
.
copyRepoFiles.execute()
tasks.copyRepoFiles.execute()