Skip to content

Commit

Permalink
Release 2.0.2. Downgrade jruby-gradle plugin to 2.0.0 due to compatib…
Browse files Browse the repository at this point in the history
…ility problems with Java 8
  • Loading branch information
robertpanzer committed May 24, 2022
1 parent 94dd4e5 commit 150b727
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion asciidoctorj-pdf/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ dependencies {
// Exclude gems provided by AsciidoctorJ core
exclude module: 'asciidoctor'
exclude module: 'thread_safe'
// We must lock Prawn to 1.3.0 until AsciidoctorJ upgrades to JRuby 9.0.0.0
exclude module: 'prawn'
exclude module: 'addressable'
exclude module: 'public_suffix'
Expand Down
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=2.0.0
version=2.0.2
gem_name=asciidoctor-pdf
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {
plugins {
id "signing"
id "io.github.gradle-nexus.publish-plugin" version "1.1.0"
id 'com.github.jruby-gradle.base' version '2.0.1'
id 'com.github.jruby-gradle.base' version '2.0.0'
}

// TIP use -PpublishRelease=true to active release behavior regardless of the version
Expand All @@ -40,7 +40,7 @@ ext {

// gem versions
asciidoctorJVersion = project.hasProperty('asciidoctorJVersion') ? project.asciidoctorJVersion : '2.5.3'
asciidoctorPdfGemVersion = project.hasProperty('asciidoctorPdfGemVersion') ? project.asciidoctorPdfGemVersion : '2.0.0'
asciidoctorPdfGemVersion = project.hasProperty('asciidoctorPdfGemVersion') ? project.asciidoctorPdfGemVersion : '2.0.2'

addressableVersion = '2.8.0'
concurrentRubyVersion = '1.1.7'
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=2.0.0
version=2.0.2
sourceCompatibility=1.8
targetCompatibility=1.8

0 comments on commit 150b727

Please sign in to comment.