Updated to Dokka 1.4.0, etc.
This commit is contained in:
parent
4f2aff370a
commit
ac666d764b
2 changed files with 6 additions and 6 deletions
|
@ -4,10 +4,10 @@ import java.io.FileInputStream
|
|||
import java.util.*
|
||||
|
||||
plugins {
|
||||
id("com.github.ben-manes.versions") version "0.29.0"
|
||||
id("com.github.ben-manes.versions") version "0.31.0"
|
||||
id("com.jfrog.bintray") version "1.8.5"
|
||||
id("io.gitlab.arturbosch.detekt") version "1.11.1"
|
||||
id("org.jetbrains.dokka") version "1.4.0-rc"
|
||||
id("io.gitlab.arturbosch.detekt") version "1.12.0"
|
||||
id("org.jetbrains.dokka") version "1.4.0"
|
||||
id("org.jetbrains.kotlin.jvm") version "1.4.0"
|
||||
id("org.sonarqube") version "3.0"
|
||||
`java-library`
|
||||
|
@ -112,8 +112,8 @@ tasks {
|
|||
dokkaJavadoc {
|
||||
dokkaSourceSets {
|
||||
configureEach {
|
||||
moduleDisplayName = "ReadingTime"
|
||||
apiVersion = "${project.version}"
|
||||
moduleDisplayName.set("ReadingTime")
|
||||
apiVersion.set("${project.version}")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue