Skip to content

Commit

Permalink
Fix upstream build
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpanzer committed Jan 8, 2023
1 parent 47a41f1 commit 234464a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions asciidoctor-pdf-gem-installer.pom
Expand Up @@ -19,6 +19,9 @@
<artifactId>gem-maven-plugin</artifactId>
<version>1.1.8</version>
<extensions>true</extensions>
<configuration>
<jrubyVersion>9.3.8.0</jrubyVersion>
</configuration>
</plugin>
</plugins>
</build>
Expand Down
3 changes: 3 additions & 0 deletions test-asciidoctor-upstream.sh
Expand Up @@ -29,9 +29,12 @@ cd ../..
#rm -rf build/maven-pdf
cd ..

unset GEM_PATH GEM_HOME JRUBY_OPTS

$GRADLE_CMD -S -Pskip.signing -PasciidoctorJVersion=${ASCIIDOCTORJ_VERSION:-2.5.2} \
-PasciidoctorPdfGemVersion=${ASCIIDOCTOR_PDF_VERSION}-SNAPSHOT \
-PprawnGemVersion=${PRAWN_VERSION:-2.4.0} \
-PuseMavenLocal=true \
--no-daemon \
:asciidoctorj-pdf:clean :asciidoctorj-pdf:check
exit $?

0 comments on commit 234464a

Please sign in to comment.