diff options
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle index 4bc1596..1f9b3a1 100644 --- a/build.gradle +++ b/build.gradle @@ -134,12 +134,8 @@ tasks.register('genLayoutsList') { tasks.register('checkKeyboardLayouts') { println "\nChecking layouts" exec { - def layouts = new File(projectDir, "srcs/layouts").listFiles().findAll { - it.name.endsWith(".xml") - } workingDir = projectDir - commandLine("python", "check_layout.py", *layouts) - standardOutput = new FileOutputStream("${projectDir}/check_layout.output") + commandLine("python", "check_layout.py") } } |
