mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
Change/fix indentation of Gradle files
This commit is contained in:
parent
082dd953b2
commit
4105cdd3cb
@ -60,7 +60,6 @@ android {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Do not abort build if lint finds errors
|
// Do not abort build if lint finds errors
|
||||||
lintOptions {
|
lintOptions {
|
||||||
abortOnError false
|
abortOnError false
|
||||||
@ -83,7 +82,7 @@ task checkstyle(type: Checkstyle) {
|
|||||||
classpath = files()
|
classpath = files()
|
||||||
}
|
}
|
||||||
|
|
||||||
task testsOnJVM(type :GradleBuild, dependsOn: assemble) {
|
task testsOnJVM(type: GradleBuild, dependsOn: assemble) {
|
||||||
buildFile = 'tests-on-jvm/build.gradle'
|
buildFile = 'tests-on-jvm/build.gradle'
|
||||||
tasks = ['test']
|
tasks = ['test']
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user