Reverting JRuby upgrade

This commit is contained in:
Ryan Baxter
2025-02-04 10:26:24 -05:00
parent 8afa797a2e
commit fbc2042e0e
2 changed files with 2 additions and 2 deletions

View File

@@ -29,4 +29,4 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Build with Maven
run: ./mvnw clean install -B -U -Pspring
run: ./mvnw clean install -Pdocs -B -U -Pspring

View File

@@ -40,7 +40,7 @@
<guides-update.phase>deploy</guides-update.phase>
<revision>${project.version}</revision>
<asciidoctorj.version>2.5.13</asciidoctorj.version>
<jruby-complete.version>9.4.11.0</jruby-complete.version>
<jruby-complete.version>9.4.9.0</jruby-complete.version>
<!-- Sonar -->
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>