Skip to content

Commit

Permalink
build: Removed fork options
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Nov 1, 2024
1 parent 53d2f98 commit e3810fa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/guide/guide.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ dependencies {

asciidoctor {
configurations 'asciidoctorExtensions'
forkOptions {
// Fix issue with JDK16+
jvmArgs("--add-opens", "java.base/sun.nio.ch=ALL-UNNAMED", "--add-opens", "java.base/java.io=ALL-UNNAMED")
}
attributes = [
numbered : false,
'source-highlighter' : 'coderay',
Expand Down

0 comments on commit e3810fa

Please sign in to comment.