Bump to 9.1.4.0 as default to include some regression fixes from @jruby

This commit is contained in:
R. Tyler Croy 2016-09-01 15:03:22 -07:00
parent 07d86c96e7
commit aa03efbb77
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ buildscript {
apply plugin: 'idea'
group = 'com.github.jruby-gradle'
version = '1.3.2'
version = '1.3.3'
defaultTasks 'check', 'assemble'
if (!releaseBuild) {

View File

@ -8,6 +8,6 @@ releaseBuild=false
targetCompatibility=1.7
sourceCompatibility=1.7
jrubyVersion=9.1.3.0
jrubyVersion=9.1.4.0
jettyVersion=9.2.12.v20150709
rubygemsProxy=http://rubygems.lasagna.io/proxy/maven/releases

View File

@ -7,7 +7,7 @@ import org.gradle.api.Project
* Class providing the jruby{} DSL extension to the Gradle build script
*/
class JRubyPluginExtension {
static final String DEFAULT_JRUBY_VERSION = '9.1.3.0'
static final String DEFAULT_JRUBY_VERSION = '9.1.4.0'
/** The default version of jruby that will be used */
String defaultVersion = DEFAULT_JRUBY_VERSION