Skip to content

Commit

Permalink
downgrade dokka to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
haifengl committed Dec 15, 2022
1 parent f890100 commit cbff3fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import org.gradle.jvm.tasks.Jar
import org.jetbrains.dokka.gradle.DokkaTask
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
import java.net.URL

Expand All @@ -11,7 +10,7 @@ tasks.withType<KotlinCompile> {
plugins {
`maven-publish`
kotlin("jvm") version "1.7.21"
id("org.jetbrains.dokka") version "1.7.20"
id("org.jetbrains.dokka") version "1.5.31"
signing
}

Expand Down

0 comments on commit cbff3fd

Please sign in to comment.