Skip to content

Commit

Permalink
Go back to JRuby 1.7.21 due to #401
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpanzer committed Nov 4, 2015
1 parent 0f7ab34 commit 38c92b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asciidoctorj-diagram/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
properName=AsciidoctorJ Diagram
description=AsciidoctorJ Diagram bundles the Asciidoctor Diagram RubyGem (asciidoctor-diagram) so it can be loaded into the JVM using JRuby.
version=1.3.0
version=1.3.1
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ext {
guavaVersion = '18.0'
hamcrestVersion = '1.3'
jcommanderVersion = '1.35'
jrubyVersion = '1.7.22'
jrubyVersion = '1.7.21'
jsoupVersion = '1.8.3'
junitVersion = '4.12'
saxonVersion = '9.5.1-6'
Expand Down Expand Up @@ -162,6 +162,7 @@ configure(subprojects.findAll { !it.name.endsWith('-distribution') }) {
jruby {
defaultRepositories = false
defaultVersion = jrubyVersion
execVersion = jrubyVersion
// TODO I'd like to be able to customize the name of the gemInstallDir
}

Expand Down

0 comments on commit 38c92b9

Please sign in to comment.