Skip to content

Commit a51de10

Browse files
thestingerPatrykMis
authored andcommitted
make translation table zip reproducible
1 parent ee4df9f commit a51de10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

braille/translate/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ task createTranslationTablesZip(type: Zip){
2222
destinationDirectory = file('src/phone/res/raw/')
2323
from fileTree('./src/phone/tables/')
2424
into('liblouis/tables')
25+
preserveFileTimestamps = false
26+
reproducibleFileOrder = true
2527
}
2628

2729
project.afterEvaluate {

0 commit comments

Comments
 (0)