Hi there,
I want to make pdfs from all adoc files from some source directory, one pdf per adoc.
When I remove any target.pdf file, all of the source files get built again.
The same thing occurs when I modify any of the source files.
I would expect that only the source.adoc corresponding to the removed / outdated target be rebuilt.
Here is my build.gradle:
Hey @thomas-hugel, we are well aware of this potential enhancement, but it is not a trivial change and nobody has had the time to tackle something of this scope.
Hi there, I want to make pdfs from all adoc files from some source directory, one pdf per adoc. When I remove any target.pdf file, all of the source files get built again. The same thing occurs when I modify any of the source files. I would expect that only the source.adoc corresponding to the removed / outdated target be rebuilt. Here is my
build.gradle
:Am I missing anything? Thanks.