Skip to content
This repository was archived by the owner on Feb 4, 2020. It is now read-only.

Commit 6da7957

Browse files
committed
Force overwrite of words file
1 parent 30cec09 commit 6da7957

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ buildscript {
1919
maven { url "https://plugins.gradle.org/m2/" }
2020
}
2121
dependencies {
22-
classpath 'com.android.tools.build:gradle:3.1.0-beta4'
22+
classpath 'com.android.tools.build:gradle:3.1.0'
2323

2424
classpath 'com.github.AnySoftKeyboard.AnySoftKeyboardTools:makedictionary:287fe7812294918636359e4d28dbcbc931f3dab8'
2525
classpath 'com.github.AnySoftKeyboard.AnySoftKeyboardTools:generatewordslist:287fe7812294918636359e4d28dbcbc931f3dab8'
@@ -97,7 +97,7 @@ play {
9797
}
9898

9999
task uncompressTextFiles(type:Exec) {
100-
commandLine "bunzip2", "-k", "dictionary/glwiki-20180220-pages-articles.txt.bz2"
100+
commandLine "bunzip2", "-k", "-f", "dictionary/glwiki-20180220-pages-articles.txt.bz2"
101101
}
102102

103103
task parseTextInputFiles(type: GenerateWordsListTask) {

0 commit comments

Comments
 (0)