Browse Source

Indent with tabs instead of spaces in Gradle build scripts

pull/34739/head
Sam Brannen 9 months ago
parent
commit
343f613f7c
  1. 2
      framework-docs/framework-docs.gradle

2
framework-docs/framework-docs.gradle

@ -45,7 +45,7 @@ repositories { @@ -45,7 +45,7 @@ repositories {
// To avoid a redeclaration error with Kotlin compiler
tasks.named('compileKotlin', KotlinCompilationTask.class) {
javaSources.from = []
javaSources.from = []
}
dependencies {

Loading…
Cancel
Save