Skip to content

Commit

Permalink
Renaming property for asciidoctor due to update.
Browse files Browse the repository at this point in the history
  • Loading branch information
VolkerHartmann committed Jan 8, 2024
1 parent 9d0fe80 commit f1e6eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ asciidoctor {
dependsOn test
sourceDir "docs/"
outputDir "build/docs/html5"
inProcess = JAVA_EXEC
executionMode = JAVA_EXEC
forkOptions {
jvmArgs "--add-opens", "java.base/sun.nio.ch=ALL-UNNAMED", "--add-opens", "java.base/java.io=ALL-UNNAMED"
}
Expand Down

0 comments on commit f1e6eca

Please sign in to comment.