Skip to content

Commit

Permalink
Merge pull request #1812 from arjantijms/spec_ascii_update
Browse files Browse the repository at this point in the history
Get rid of warning during spec doc creation
  • Loading branch information
arjantijms authored May 1, 2023
2 parents 8411780 + d343380 commit 1d71aae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
1 change: 1 addition & 0 deletions spec/.mvn/jvm.config
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED
20 changes: 4 additions & 16 deletions spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@
<properties>
<site.output.dir>${project.build.directory}/staging</site.output.dir>
<maven.site.skip>true</maven.site.skip>
<asciidoctorj.version>2.5.3</asciidoctorj.version>
<asciidoctorj.pdf.version>1.6.2</asciidoctorj.pdf.version>
<jruby.version>9.3.3.0</jruby.version>

<!-- status: DRAFT, BETA, etc., or blank for final -->
<status>DRAFT</status>
<maven.build.timestamp.format>MMMM dd, yyyy</maven.build.timestamp.format>
Expand Down Expand Up @@ -76,22 +74,12 @@
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>2.2.2</version>
<version>2.2.3</version>
<dependencies>
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
<version>${jruby.version}</version>
</dependency>
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj</artifactId>
<version>${asciidoctorj.version}</version>
</dependency>
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj-pdf</artifactId>
<version>${asciidoctorj.pdf.version}</version>
<version>2.3.7</version>
</dependency>
</dependencies>
<executions>
Expand Down Expand Up @@ -169,7 +157,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.3.0</version>
<version>3.5.0</version>
<inherited>false</inherited>
<executions>
<execution>
Expand Down

0 comments on commit 1d71aae

Please sign in to comment.