mirror of
https://github.com/langchain-ai/langsmith-java.git
synced 2026-08-24 12:22:55 -04:00
chore: remove duplicated dokka setup
This commit is contained in:
committed by
meorphis
parent
b5a32009fc
commit
b1af8d842d
+11
-2
@@ -22,6 +22,15 @@ subprojects {
|
||||
group = "Verification"
|
||||
description = "Verifies all source files are formatted."
|
||||
}
|
||||
apply(plugin = "org.jetbrains.dokka")
|
||||
apply(plugin = "org.jetbrains.dokka-javadoc")
|
||||
}
|
||||
|
||||
subprojects {
|
||||
apply(plugin = "org.jetbrains.dokka")
|
||||
}
|
||||
|
||||
// Avoid race conditions between `dokkaJavadocCollector` and `dokkaJavadocJar` tasks
|
||||
tasks.named("dokkaJavadocCollector").configure {
|
||||
subprojects.flatMap { it.tasks }
|
||||
.filter { it.project.name != "langsmith-java" && it.name == "dokkaJavadocJar" }
|
||||
.forEach { mustRunAfter(it) }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user