Skip to content

Commit

Permalink
minor refactor: later gradle syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
paulk-asert committed Jan 24, 2025
1 parent 1c82218 commit bb71c3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ asciidoctor {
from layout.buildDirectory.dir("tmp/asciidoctor-assets")
into 'assets'
}
forkOptions {
jvm {
jvmArgs("--add-opens", "java.base/sun.nio.ch=ALL-UNNAMED", "--add-opens", "java.base/java.io=ALL-UNNAMED")
}
attributes 'source-highlighter': 'prettify',
Expand Down

0 comments on commit bb71c3c

Please sign in to comment.