File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
jruby-gradle-base-plugin/src/main/groovy/com/github/jrubygradle Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ subprojects {
37
37
38
38
repositories {
39
39
jcenter()
40
- maven { url rubygemsProxy }
41
40
maven { url torqueboxProxy }
42
41
}
43
42
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ releaseBuild=false
9
9
10
10
targetCompatibility =1.7
11
11
sourceCompatibility =1.7
12
- jrubyVersion =9.1.14 .0
12
+ jrubyVersion =9.2.7 .0
13
13
jettyVersion =9.2.12.v20150709
14
- rubygemsProxy =http://rubygems.lasagna.io/proxy/maven/releases
15
14
torqueboxProxy =http://rubygems-proxy.torquebox.org/releases
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import org.gradle.api.Project
7
7
* Class providing the jruby{} DSL extension to the Gradle build script
8
8
*/
9
9
class JRubyPluginExtension {
10
- static final String DEFAULT_JRUBY_VERSION = ' 9.1.14 .0'
10
+ static final String DEFAULT_JRUBY_VERSION = ' 9.2.7 .0'
11
11
12
12
/* * The default version of jruby that will be used */
13
13
String defaultVersion = DEFAULT_JRUBY_VERSION
You can’t perform that action at this time.
0 commit comments