Skip to content

Commit 4352f46

Browse files
author
R. Tyler Croy
authored
Merge pull request #317 from jruby-gradle/jruby-mains
switch to latest jruby-mains version
2 parents 9b3e77a + d9f4466 commit 4352f46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jruby-gradle-jar-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
transitive = false
2929
}
3030

31-
testRepo ('org.jruby.mains:jruby-mains:0.4.0') {
31+
testRepo ('org.jruby.mains:jruby-mains:0.6.1') {
3232
transitive = false
3333
}
3434

jruby-gradle-jar-plugin/src/main/groovy/com/github/jrubygradle/jar/JRubyJar.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class JRubyJar extends Jar {
3434
static final String DEFAULT_JRUBYJAR_CONFIG = 'jrubyJar'
3535
static final String DEFAULT_MAIN_CLASS = 'org.jruby.mains.JarMain'
3636
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'
3838

3939
/**
4040
* @return Directory that the dependencies for this project will be staged into

0 commit comments

Comments
 (0)