Skip to content

Commit 969234b

Browse files
author
R. Tyler Croy
committed
Revert back to 1.7.15 as the default
See <jruby/jruby#2032>
1 parent d3793c9 commit 969234b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.16'
10+
String defaultVersion = '1.7.15'
1111

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

0 commit comments

Comments
 (0)