File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/groovy/com/github/jrubygradle/jar Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
28
28
transitive = false
29
29
}
30
30
31
- testRepo (' org.jruby.mains:jruby-mains:0.4.0 ' ) {
31
+ testRepo (' org.jruby.mains:jruby-mains:0.6.1 ' ) {
32
32
transitive = false
33
33
}
34
34
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class JRubyJar extends Jar {
34
34
static final String DEFAULT_JRUBYJAR_CONFIG = ' jrubyJar'
35
35
static final String DEFAULT_MAIN_CLASS = ' org.jruby.mains.JarMain'
36
36
static final String EXTRACTING_MAIN_CLASS = ' org.jruby.mains.ExtractingMain'
37
- static final String DEFAULT_JRUBY_MAINS = ' 0.4.0 '
37
+ static final String DEFAULT_JRUBY_MAINS = ' 0.6.1 '
38
38
39
39
/**
40
40
* @return Directory that the dependencies for this project will be staged into
You can’t perform that action at this time.
0 commit comments