Re: Problem using Asciidoctor-PDF to format wide autowidth table header cells
Posted by
mojavelinux on
URL: https://discuss.asciidoctor.org/Problem-using-Asciidoctor-PDF-to-format-wide-autowidth-table-header-cells-tp7220p8102.html
It's more than just forcing a dependency. You'd have to run the dependency from source.
Except you would be replacing prawn-table rather than asciidoctor-pdf.
Best Regards,
-Dan
On Tue, Jul 21, 2020 at 2:03 AM phgiraud [via Asciidoctor :: Discussion] <
[hidden email]> wrote:
Thanks for your reply. How can you force a specific dependency? Under Gradle, we use:
runtime_asciidoctor (
'org.asciidoctor:asciidoctorj:2.3.1',
'org.asciidoctor:asciidoctorj-pdf:1.5.3'
)
And I guess that the prawn library comes as a dependency of asciidoctorj-pdf.
But we can't control its version number.
--