Open lordofthejars opened 9 years ago
The warning about the unknown backend is well known and fixed in the upcoming 1.5.3 version. However the fact that the build takes two passes to build the actual PDF makes me think that the cached backend value is interfering with the build somehow. Either way this is a problem on the gradle-plugin and not the lazybones template. Thanks for pointing this out tho :smile:
This is the first time I use lazybones and it is really awesome. Only one thing that I have noticed.
I have installed gvm and then I have installed lazybones. Then I call:
lazybones create asciidoctor-gradle test
and it creates correctly the directory structure, and then I callgradlew asciidoctor
and the html5 output is produced. But then I open build.gradle and I change the backend from html5 to pdfAnd then when I run
gradlew asciidoctor
next message is shown:and no pdf is generated. But the funny part is that then I rerun again the
gradlew asciidoctor
and this second time it works perfectly and generates the pdf.Any idea?