From 97d280cff4286059aed5505f5d9fbfab0e5131f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Locker?= Date: Mon, 3 Feb 2020 17:54:25 +0100 Subject: [PATCH] PLANNER-1782: Upgrade AsciidoctorJ and Asciidoctor Maven Plugin This fixes a problem when building on OpenJDK 11. See also https://github.com/asciidoctor/asciidoctorj/issues/515. --- optaweb-vehicle-routing-docs/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/optaweb-vehicle-routing-docs/pom.xml b/optaweb-vehicle-routing-docs/pom.xml index cf6448b80..ae974fbab 100644 --- a/optaweb-vehicle-routing-docs/pom.xml +++ b/optaweb-vehicle-routing-docs/pom.xml @@ -40,6 +40,7 @@ org.asciidoctor asciidoctor-maven-plugin + 2.0.0-RC.1 . @@ -80,12 +81,12 @@ org.asciidoctor asciidoctorj - 1.5.5 + 2.2.0 org.asciidoctor asciidoctorj-pdf - 1.5.0-alpha.15 + 1.5.0-beta.8