Skip to content

Commit ea2ba74

Browse files
authored
Merge pull request #343 from rtyler/newest-jruby
Bump the to the latest JRuby version of 9.2.7.0
2 parents 5215286 + e1a5408 commit ea2ba74

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ allprojects {
1414
apply plugin: 'idea'
1515

1616
group = 'com.github.jruby-gradle'
17-
version = '1.6.0'
17+
version = '1.7.0'
1818

1919
if (!releaseBuild) {
2020
version = "${version}-SNAPSHOT"
@@ -37,7 +37,6 @@ subprojects {
3737

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

gradle.properties

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ bintrayUser=
77
bintrayKey=
88
releaseBuild=false
99

10-
targetCompatibility=1.7
11-
sourceCompatibility=1.7
12-
jrubyVersion=9.1.14.0
10+
targetCompatibility=1.8
11+
sourceCompatibility=1.8
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)