Browse Source

Indent with tabs instead of spaces

pull/27630/head
Sam Brannen 4 years ago
parent
commit
fcf4315e02
  1. 8
      gradle/docs-dokka.gradle

8
gradle/docs-dokka.gradle

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
tasks.findByName("dokkaHtmlPartial")?.configure {
outputDirectory.set(new File(buildDir, "docs/kdoc"))
dokkaSourceSets {
configureEach {
outputDirectory.set(new File(buildDir, "docs/kdoc"))
dokkaSourceSets {
configureEach {
sourceRoots.setFrom(file("src/main/kotlin"))
classpath.from(sourceSets["main"].runtimeClasspath)
externalDocumentationLink {
@ -26,5 +26,5 @@ tasks.findByName("dokkaHtmlPartial")?.configure { @@ -26,5 +26,5 @@ tasks.findByName("dokkaHtmlPartial")?.configure {
url.set(new URL("https://javadoc.io/static/io.rsocket/rsocket-core/1.1.1/"))
}
}
}
}
}

Loading…
Cancel
Save