Skip to content

Commit

Permalink
Update Dokka maturity warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sellmair committed Sep 3, 2020
1 parent 684f3bf commit 9dc6081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/kotlin/printDokkaMaturityWarning.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ package org.jetbrains.dokka
import org.jetbrains.dokka.utilities.DokkaLogger

internal fun printDokkaMaturityWarning(logger: DokkaLogger) {
logger.warn("dokka 1.4.* is an alpha project")
logger.warn("Dokka 1.4.* is an alpha project")
}

0 comments on commit 9dc6081

Please sign in to comment.