Skip to content

Commit

Permalink
Resolve deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp authored and dependabot[bot] committed Jan 8, 2024
1 parent 05ad967 commit 2a291a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/documentation.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ tasks {
inputs.dir(kotlin.srcDirs.first())
}

forkOptions {
jvm {
// To avoid warning, see https://github.com/asciidoctor/asciidoctor-gradle-plugin/issues/597
jvmArgs(
"--add-opens", "java.base/sun.nio.ch=ALL-UNNAMED",
Expand Down

0 comments on commit 2a291a1

Please sign in to comment.