mirror of
https://github.com/gsantner/dandelion
synced 2024-11-22 12:22:08 +01:00
Update and rename CONTRIBUTORS.md to CONTRIBUTORS.txt
This commit is contained in:
parent
78b96d9ade
commit
06466b7743
2 changed files with 4 additions and 5 deletions
|
@ -8,4 +8,5 @@
|
||||||
07l>> Username (Link): Text
|
07l>> Username (Link): Text
|
||||||
08l>> Username (E-Mail): Text
|
08l>> Username (E-Mail): Text
|
||||||
## 99l CONTRIBUTORS
|
## 99l CONTRIBUTORS
|
||||||
Abhijith Balan (abhijithb21@openmailbox.org): Malayalam translation
|
Abhijith Balan (abhijithb21 AT openmailbox DOT org): Malayalam translation
|
||||||
|
Airon90 (https://diasp.eu/u/airon90): Italian translation
|
|
@ -61,7 +61,7 @@ task copyRepoFiles(type: Copy) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Filter Contributors file
|
// Filter Contributors file
|
||||||
from(rootProject.file("CONTRIBUTORS.md")) {
|
from(rootProject.file("CONTRIBUTORS.txt")) {
|
||||||
into '.' // Target already changed to 'src/main/res/raw'
|
into '.' // Target already changed to 'src/main/res/raw'
|
||||||
rename { String fileName ->
|
rename { String fileName ->
|
||||||
fileName.replace(fileName, fileName.toLowerCase())
|
fileName.replace(fileName, fileName.toLowerCase())
|
||||||
|
@ -72,6 +72,4 @@ task copyRepoFiles(type: Copy) {
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
tasks
|
tasks.copyRepoFiles.execute()
|
||||||
.
|
|
||||||
copyRepoFiles.execute()
|
|
||||||
|
|
Loading…
Reference in a new issue