Skip to content

Commit

Permalink
update jruby used in maven-gem-plugin to latest 9.3.3.0 in order to g…
Browse files Browse the repository at this point in the history
…et it running with Java 17 JDK

Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
  • Loading branch information
thjaeckle committed Mar 1, 2022
1 parent bfbfa62 commit 5123b6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
</executions>
<configuration>
<supportNative>true</supportNative>
<jrubyVersion>9.1.12.0</jrubyVersion>
<jrubyVersion>9.3.3.0</jrubyVersion>
<addProjectClasspath>true</addProjectClasspath>
<jrubyVerbose>false</jrubyVerbose>
</configuration>
Expand Down Expand Up @@ -424,7 +424,7 @@
</executions>
<configuration>
<supportNative>true</supportNative>
<jrubyVersion>9.1.12.0</jrubyVersion>
<jrubyVersion>9.3.3.0</jrubyVersion>
<addProjectClasspath>true</addProjectClasspath>
<jrubyVerbose>false</jrubyVerbose>
</configuration>
Expand Down

0 comments on commit 5123b6f

Please sign in to comment.