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.
1 parent e11b008 commit 7ceb1f3Copy full SHA for 7ceb1f3
jruby-gradle-jar-plugin/src/main/groovy/com/github/jrubygradle/jar/JRubyJar.groovy
@@ -34,7 +34,7 @@ class JRubyJar extends Jar {
34
static final String DEFAULT_JRUBYJAR_CONFIG = 'jrubyJar'
35
static final String DEFAULT_MAIN_CLASS = 'org.jruby.mains.JarMain'
36
static final String EXTRACTING_MAIN_CLASS = 'org.jruby.mains.ExtractingMain'
37
- static final String DEFAULT_JRUBY_MAINS = '0.4.0'
+ static final String DEFAULT_JRUBY_MAINS = '0.6.1'
38
39
/**
40
* @return Directory that the dependencies for this project will be staged into
0 commit comments