Skip to content

Commit faadeeb

Browse files
fzhinkinwhyoleg
authored andcommitted
Fix task name
Co-authored-by: Oleg Yukhnevich <[email protected]>
1 parent 9caa7ee commit faadeeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.teamcity/references/builds/kotlinx/io/KotlinxIOBuildApiReference.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ object KotlinxIOBuildApiReference : BuildApiPages(
2626
scriptContent = """
2727
#!/bin/bash
2828
set -e -u
29-
./gradlew dokkaGenerate --no-daemon --no-configuration-cache
29+
./gradlew :dokkaGenerate --no-daemon --no-configuration-cache
3030
""".trimIndent()
3131
}
3232
}

0 commit comments

Comments
 (0)