Skip to content

Commit

Permalink
chore(dokka): specify jdk 17 since that's what we're using
Browse files Browse the repository at this point in the history
  • Loading branch information
dbyron-sf committed Jun 12, 2024
1 parent 4518408 commit 6be6d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dokka.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ apply plugin: "org.jetbrains.dokka"
dokkaHtml {
dokkaSourceSets {
configureEach {
jdkVersion.set(11)
jdkVersion.set(17)
}
}
}

0 comments on commit 6be6d65

Please sign in to comment.