Skip to content

Commit

Permalink
update to asciidoctor-pdf 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 committed May 11, 2021
1 parent 9395ed6 commit 752c500
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion asciidoctorj-pdf/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
properName=AsciidoctorJ PDF
description=AsciidoctorJ PDF bundles the Asciidoctor PDF RubyGem (asciidoctor-pdf) so it can be loaded into the JVM using JRuby.
version=1.5.4
version=1.6.0
gem_name=asciidoctor-pdf
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@ ext {
pdfboxVersion = '1.8.16'

// gem versions
asciidoctorJVersion = project.hasProperty('asciidoctorJVersion') ? project.asciidoctorJVersion : '1.5.8.1'
asciidoctorJVersion = project.hasProperty('asciidoctorJVersion') ? project.asciidoctorJVersion : '2.5.1'
asciidoctorPdfGemVersion = project.hasProperty('asciidoctorPdfGemVersion') ? project.asciidoctorPdfGemVersion : project(':asciidoctorj-pdf').version.replace('-', '.')

groovyVersion = '2.1.8'

addressableVersion = '2.4.0'
public_suffixVersion = '1.4.6'
prawnGemVersion=project.hasProperty('prawnGemVersion') ? project.prawnGemVersion : '2.2.2'
prawnGemVersion=project.hasProperty('prawnGemVersion') ? project.prawnGemVersion : '2.4.0'
rghostGemVersion = '0.9.7'
rougeGemVersion = '3.26.0'
spockVersion = '0.7-groovy-2.0'
threadSafeGemVersion = '0.3.6'
ttfunkGemVersion = '1.5.1'
ttfunkGemVersion = '1.7.0'
textHyphenVersion='1.4.1'
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=1.5.4
version=1.6.0
sourceCompatibility=1.7
targetCompatibility=1.7
3 changes: 2 additions & 1 deletion itest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ dependencies {
exclude group:'org.jruby'
}

testRuntime "org.jruby:jruby-complete:$jrubyVersion"
testRuntime project(':asciidoctorj-pdf')
testRuntime 'org.asciidoctor:asciidoctorj-diagram:1.5.4'
testRuntime 'org.asciidoctor:asciidoctorj-diagram:2.1.2'
}

jar.enabled = false
Expand Down

0 comments on commit 752c500

Please sign in to comment.