Skip to content

Commit

Permalink
AUTH-33
Browse files Browse the repository at this point in the history
  • Loading branch information
madness-inc committed Jan 25, 2023
1 parent 0514b22 commit 729b4b9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pom.xml
Expand Up @@ -236,12 +236,12 @@
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>1.5.5</version>
<version>2.2.2</version>
<dependencies>
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj-pdf</artifactId>
<version>1.5.0-alpha.15</version>
<version>2.3.3</version>
</dependency>
</dependencies>
<configuration>
Expand All @@ -266,8 +266,6 @@
</goals>
<configuration>
<backend>html5</backend>
<sectids>true</sectids>
<sourceHighlighter>coderay</sourceHighlighter>
<outputDirectory>${project.build.directory}/generated-docs/html</outputDirectory>
<sourceDocumentName>readme.adoc</sourceDocumentName>
<attributes>
Expand All @@ -286,7 +284,6 @@
</goals>
<configuration>
<backend>pdf</backend>
<sourceHighlighter>coderay</sourceHighlighter>
<sourceDocumentName>readme.adoc</sourceDocumentName>
<outputDirectory>${project.build.directory}/generated-docs/pdf</outputDirectory>
</configuration>
Expand Down

0 comments on commit 729b4b9

Please sign in to comment.