File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/groovy/com/github/jrubygradle Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
10
10
}
11
11
12
12
group = ' com.github.jruby-gradle'
13
- version = ' 0.1.1 '
13
+ version = ' 0.1.2 '
14
14
15
15
if (System . env. RELEASE != ' 1' ) {
16
16
version = " ${ version} -SNAPSHOT"
@@ -39,7 +39,7 @@ project.afterEvaluate {
39
39
// --- up to here
40
40
41
41
dependencies {
42
- testJRubyPrepare ' org.jruby:jruby-complete:1.7.13 '
42
+ testJRubyPrepare ' org.jruby:jruby-complete:1.7.14 '
43
43
}
44
44
45
45
repositories {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ class JRubyPluginExtension {
7
7
/* * The default version of jruby that will be used by jrubyWar
8
8
*
9
9
*/
10
- String defaultVersion = ' 1.7.13 '
10
+ String defaultVersion = ' 1.7.14 '
11
11
12
12
/* * Directory for jrubyPrepare to install .gem dependencies into
13
13
*
You can’t perform that action at this time.
0 commit comments