-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
invalid style for listing block: plantuml #42
Comments
Could this be related to asciidoctor/asciidoctor-gradle-plugin#222? |
I have played around with the file - I notice that sometimes it works (*) straight after the build file is modified in certain parts like the dependencies order. It's as if some cached parts get in the way of loading the extension. (*) as in, the extension is used and the plantuml diagram correctly generated. |
FWIW the build file here produced
then any subsequent run
|
gradle -version Gradle 4.1Build time: 2017-08-07 14:38:48 UTC Groovy: 2.4.11 |
Hit this issue too and for me it is definitely asciidoctor/asciidoctor-gradle-plugin#222 as I can update everything ( Sticking to v1.5.3 until asciidoctor/asciidoctor-gradle-plugin#222 is open. I use automatic rebuild on detection of source files changes with |
Using Maven plugin and have the same Message.
|
Hello - I am struggling to see what's wrong with my gradle file.
It builds correctly but it fails to activate asciidoctor-diagram, causing - as such - the error in subject and no images embedded in the generated html file.
Any hint appreciated...
here follows the output of the build
This is my adoc file (test.adoc)
and finally this is my build.gradle
The text was updated successfully, but these errors were encountered: