Skip to content

Commit 28485ab

Browse files
committed
Bump the to the latest JRuby version of 9.2.7.0
1 parent 5215286 commit 28485ab

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ subprojects {
3737

3838
repositories {
3939
jcenter()
40-
maven { url rubygemsProxy }
4140
maven { url torqueboxProxy }
4241
}
4342

gradle.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ releaseBuild=false
99

1010
targetCompatibility=1.7
1111
sourceCompatibility=1.7
12-
jrubyVersion=9.1.14.0
12+
jrubyVersion=9.2.7.0
1313
jettyVersion=9.2.12.v20150709
14-
rubygemsProxy=http://rubygems.lasagna.io/proxy/maven/releases
1514
torqueboxProxy=http://rubygems-proxy.torquebox.org/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.14.0'
10+
static final String DEFAULT_JRUBY_VERSION = '9.2.7.0'
1111

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

0 commit comments

Comments
 (0)