Skip to content

Commit

Permalink
Indent with tabs instead of spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Oct 13, 2021
1 parent 89c7797 commit fcf4315
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/docs-dokka.gradle
Original file line number Diff line number Diff line change
@@ -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 {
Expand All @@ -26,5 +26,5 @@ tasks.findByName("dokkaHtmlPartial")?.configure {
url.set(new URL("https://javadoc.io/static/io.rsocket/rsocket-core/1.1.1/"))
}
}
}
}
}

0 comments on commit fcf4315

Please sign in to comment.