From fcf4315e020c9d76ed66e1a4fea4ee908fd563ec Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 13 Oct 2021 20:04:40 +0200 Subject: [PATCH] Indent with tabs instead of spaces --- gradle/docs-dokka.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/docs-dokka.gradle b/gradle/docs-dokka.gradle index ac2a5688515..dfe137d9cfe 100644 --- a/gradle/docs-dokka.gradle +++ b/gradle/docs-dokka.gradle @@ -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 { url.set(new URL("https://javadoc.io/static/io.rsocket/rsocket-core/1.1.1/")) } } - } + } }