Revert back to 1.7.15 as the default

See <https://github.com/jruby/jruby/issues/2032>
This commit is contained in:
R. Tyler Croy 2014-10-11 18:04:52 -07:00
parent d3793c930f
commit 969234b7db
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ class JRubyPluginExtension {
/** The default version of jruby that will be used by jrubyWar
*
*/
String defaultVersion = '1.7.16'
String defaultVersion = '1.7.15'
/** Directory for jrubyPrepare to install .gem dependencies into
*