Skip to content

Commit

Permalink
bump dokka to 1.8.20
Browse files Browse the repository at this point in the history
  • Loading branch information
liplum committed Dec 12, 2023
1 parent 281e67b commit 163bf79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
`java-gradle-plugin`
id("maven-publish")
id("com.gradle.plugin-publish") version "1.2.1"
id("org.jetbrains.dokka") version "1.7.0"
id("org.jetbrains.dokka") version "1.8.20"
}
group = "io.github.liplum.mgpp"
val mgppVersion: String by project
Expand Down Expand Up @@ -69,7 +69,7 @@ dependencies {
testImplementation("org.hjson:hjson:3.0.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.2")
dokkaHtmlPlugin("org.jetbrains.dokka:kotlin-as-java-plugin:1.7.0")
dokkaHtmlPlugin("org.jetbrains.dokka:kotlin-as-java-plugin:1.8.20")
}

tasks.test {
Expand Down

0 comments on commit 163bf79

Please sign in to comment.