File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
jruby-gradle-base-plugin/src/main/groovy/com/github/jrubygradle Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ buildscript {
16
16
apply plugin : ' idea'
17
17
18
18
group = ' com.github.jruby-gradle'
19
- version = ' 1.6.0-SNAPSHOT '
19
+ version = ' 1.6.0'
20
20
defaultTasks ' check' , ' assemble'
21
21
sourceCompatibility = ' 1.8'
22
22
targetCompatibility = ' 1.8'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ releaseBuild=false
8
8
9
9
targetCompatibility =1.7
10
10
sourceCompatibility =1.7
11
- jrubyVersion =9.1.12 .0
11
+ jrubyVersion =9.1.14 .0
12
12
jettyVersion =9.2.12.v20150709
13
13
rubygemsProxy =http://rubygems.lasagna.io/proxy/maven/releases
14
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.12 .0'
10
+ static final String DEFAULT_JRUBY_VERSION = ' 9.1.14 .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