File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
jruby-gradle-base-plugin/src/main/groovy/com/github/jrubygradle Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ releaseBuild=false
8
8
9
9
targetCompatibility =1.7
10
10
sourceCompatibility =1.7
11
- jrubyVersion =9.0.5 .0
11
+ jrubyVersion =9.1.2 .0
12
12
jettyVersion =9.2.12.v20150709
13
13
rubygemsProxy =http://rubygems.lasagna.io/proxy/maven/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.0.5 .0'
10
+ static final String DEFAULT_JRUBY_VERSION = ' 9.1.2 .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