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 @@ -15,7 +15,7 @@ buildscript {
15
15
apply plugin : ' idea'
16
16
17
17
group = ' com.github.jruby-gradle'
18
- version = ' 1.5.0 '
18
+ version = ' 1.5.1 '
19
19
defaultTasks ' check' , ' assemble'
20
20
sourceCompatibility = ' 1.8'
21
21
targetCompatibility = ' 1.8'
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.1.7 .0
11
+ jrubyVersion =9.1.12 .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.1.7 .0'
10
+ static final String DEFAULT_JRUBY_VERSION = ' 9.1.12 .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