Skip to content

Commit

Permalink
PLANNER-1782: Upgrade AsciidoctorJ and Asciidoctor Maven Plugin
Browse files Browse the repository at this point in the history
This fixes a problem when building on OpenJDK 11.

See also asciidoctor/asciidoctorj#515.
  • Loading branch information
yurloc committed Feb 4, 2020
1 parent 68216b8 commit 97d280c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions optaweb-vehicle-routing-docs/pom.xml
Expand Up @@ -40,6 +40,7 @@
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>2.0.0-RC.1</version>
<configuration>
<imagesDir>.</imagesDir>
<attributes>
Expand Down Expand Up @@ -80,12 +81,12 @@
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj</artifactId>
<version>1.5.5</version>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj-pdf</artifactId>
<version>1.5.0-alpha.15</version>
<version>1.5.0-beta.8</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 97d280c

Please sign in to comment.