Skip to content

Commit 97898e2

Browse files
authored
Merge pull request #291 from rtyler/minor-version-bump
Upgrade to JRuby 9.1.7.0 and bump the minor for release of some small patches
2 parents be5dae7 + 9572a4a commit 97898e2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515
apply plugin: 'idea'
1616

1717
group = 'com.github.jruby-gradle'
18-
version = '1.3.3'
18+
version = '1.4.0'
1919
defaultTasks 'check', 'assemble'
2020

2121
if (!releaseBuild) {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ releaseBuild=false
88

99
targetCompatibility=1.7
1010
sourceCompatibility=1.7
11-
jrubyVersion=9.1.4.0
11+
jrubyVersion=9.1.7.0
1212
jettyVersion=9.2.12.v20150709
1313
rubygemsProxy=http://rubygems.lasagna.io/proxy/maven/releases

jruby-gradle-base-plugin/src/main/groovy/com/github/jrubygradle/JRubyPluginExtension.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import org.gradle.api.Project
77
* Class providing the jruby{} DSL extension to the Gradle build script
88
*/
99
class JRubyPluginExtension {
10-
static final String DEFAULT_JRUBY_VERSION = '9.1.4.0'
10+
static final String DEFAULT_JRUBY_VERSION = '9.1.7.0'
1111

1212
/** The default version of jruby that will be used */
1313
String defaultVersion = DEFAULT_JRUBY_VERSION

0 commit comments

Comments
 (0)