We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 945a2cd + 3e6174d commit 0c31592Copy full SHA for 0c31592
build.gradle
@@ -39,7 +39,7 @@ project.afterEvaluate {
39
// --- up to here
40
41
dependencies {
42
- testJRubyPrepare 'org.jruby:jruby-complete:1.7.14'
+ testJRubyPrepare 'org.jruby:jruby-complete:1.7.15'
43
}
44
45
src/main/groovy/com/github/jrubygradle/JRubyPluginExtension.groovy
@@ -7,7 +7,7 @@ class JRubyPluginExtension {
7
/** The default version of jruby that will be used by jrubyWar
8
*
9
*/
10
- String defaultVersion = '1.7.14'
+ String defaultVersion = '1.7.15'
11
12
/** Directory for jrubyPrepare to install .gem dependencies into
13
0 commit comments