You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use following config of plugins id "org.asciidoctor.jvm.base" version "4.0.3" id 'org.asciidoctor.jvm.convert' version '4.0.3' id 'org.asciidoctor.jvm.pdf' version "4.0.3" id 'org.asciidoctor.jvm.gems' version '4.0.3'
After i updated to this version i can't build pdf due Psych YAML error.
Execution failed for task ':asciidoctorPdf'.
A failure occurred while executing org.ysb33r.grolifant.internal.v6.jvm.worker.InternalWorkerAppExecutor
org.asciidoctor.gradle.remote.AsciidoctorRemoteExecutionException: ERROR: Running Asciidoctor whilst attempting to process [masked]\ApiDescription.adoc using backend pdf
Task configuration: asciidoctorPdf { doNotTrackState("Need to run on local machine") sourceDir file('documentation') baseDirFollowsSourceFile() sources { include 'internal/*.adoc', 'external/*.adoc' } outputDir file("$buildDir/docs") resources { from('documentation/**') { include '**.png', '**.jpg' } } }
The text was updated successfully, but these errors were encountered:
I have found the issue. Running asciidoctorGemsPrepare return more detailed error oadError: bad SnakeYAML version 2.2, required 1.21 or higher; check your CLASSPATH for a conflicting jar load_ext at org/jruby/ext/jruby/JRubyUtilLibrary.java:216
Other plugin depends on SnakeYAML version 2.2. What to do to to fix it?
I use following config of plugins
id "org.asciidoctor.jvm.base" version "4.0.3" id 'org.asciidoctor.jvm.convert' version '4.0.3' id 'org.asciidoctor.jvm.pdf' version "4.0.3" id 'org.asciidoctor.jvm.gems' version '4.0.3'
After i updated to this version i can't build pdf due Psych YAML error.
Execution failed for task ':asciidoctorPdf'.
Task configuration:
asciidoctorPdf { doNotTrackState("Need to run on local machine") sourceDir file('documentation') baseDirFollowsSourceFile() sources { include 'internal/*.adoc', 'external/*.adoc' } outputDir file("$buildDir/docs") resources { from('documentation/**') { include '**.png', '**.jpg' } } }
The text was updated successfully, but these errors were encountered: