abouttreesummaryrefslogcommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle11
1 files changed, 0 insertions, 11 deletions
diff --git a/build.gradle b/build.gradle
index 9cad84c..444525e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -89,8 +89,6 @@ android {
}
lintOptions {
- // Translation are already checked by 'syncTranslations'
- disable 'MissingTranslation'
}
}
@@ -121,7 +119,6 @@ tasks.register('genEmojis') {
tasks.withType(Test).configureEach {
dependsOn 'genLayoutsList'
dependsOn 'checkKeyboardLayouts'
- dependsOn 'syncTranslations'
dependsOn 'compileComposeSequences'
}
@@ -141,14 +138,6 @@ tasks.register('checkKeyboardLayouts') {
}
}
-tasks.register('syncTranslations') {
- println "\nUpdating translations"
- exec {
- workingDir = projectDir
- commandLine "python", "sync_translations.py"
- }
-}
-
tasks.register('compileComposeSequences') {
def out = "srcs/juloo.keyboard2/ComposeKeyData.java"
println "\nGenerating ${out}"