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 9caa7ee commit faadeebCopy full SHA for faadeeb
.teamcity/references/builds/kotlinx/io/KotlinxIOBuildApiReference.kt
@@ -26,7 +26,7 @@ object KotlinxIOBuildApiReference : BuildApiPages(
26
scriptContent = """
27
#!/bin/bash
28
set -e -u
29
- ./gradlew dokkaGenerate --no-daemon --no-configuration-cache
+ ./gradlew :dokkaGenerate --no-daemon --no-configuration-cache
30
""".trimIndent()
31
}
32
0 commit comments