We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae21be commit bfef04dCopy full SHA for bfef04d
client/build.gradle.kts
@@ -67,7 +67,7 @@ tasks.assemble {
67
val dartDocDir = Files.createTempDir()
68
69
val dartDoc by tasks.creating(Exec::class) {
70
- commandLine("dart", "doc", "--output", dartDocDir.path, "$projectDir/lib/")
+ commandLine("dart", "doc", "--output", dartDocDir.path)
71
}
72
73
afterEvaluate {
0 commit comments