Skip to content

Commit 33914ca

Browse files
author
R. Tyler Croy
committed
Upgrade the base plugin to default to using the recently released v1.7.14
Fixes 49
1 parent 7694f48 commit 33914ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
}
1111

1212
group = 'com.github.jruby-gradle'
13-
version = '0.1.1'
13+
version = '0.1.2'
1414

1515
if (System.env.RELEASE != '1') {
1616
version = "${version}-SNAPSHOT"
@@ -39,7 +39,7 @@ project.afterEvaluate {
3939
// --- up to here
4040

4141
dependencies {
42-
testJRubyPrepare 'org.jruby:jruby-complete:1.7.13'
42+
testJRubyPrepare 'org.jruby:jruby-complete:1.7.14'
4343
}
4444

4545
repositories {

src/main/groovy/com/github/jrubygradle/JRubyPluginExtension.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class JRubyPluginExtension {
77
/** The default version of jruby that will be used by jrubyWar
88
*
99
*/
10-
String defaultVersion = '1.7.13'
10+
String defaultVersion = '1.7.14'
1111

1212
/** Directory for jrubyPrepare to install .gem dependencies into
1313
*

0 commit comments

Comments
 (0)