Change/fix indentation of Gradle files
This commit is contained in:
parent
082dd953b2
commit
4105cdd3cb
6 changed files with 88 additions and 89 deletions
|
@ -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 a new issue