Upgrade to the latest version of JRuby 1.7.x

This commit is contained in:
R. Tyler Croy 2015-09-09 12:57:15 -07:00
parent 8b59d41c0d
commit 61794ed1d2
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
2 changed files with 3 additions and 3 deletions

View File

@ -4,4 +4,4 @@ bintrayKey=
sourceCompatibility=1.7
targetCompatibility=1.7
jrubyGradleMinVersion=1.0.2
jrubyGradleMinVersion=1.0.3

View File

@ -16,8 +16,8 @@ class JRubyStormJar extends JRubyJar {
JRubyStorm parentTask
String mainClass = REDSTORM_MAIN
/* Default to 1.7.21 <https://github.com/jruby-gradle/redstorm/issues/11> */
String jrubyVersion = '1.7.21'
/* Default to 1.7.22 <https://github.com/jruby-gradle/redstorm/issues/11> */
String jrubyVersion = '1.7.22'
@Override
String getConfiguration() {