Merge pull request #317 from jruby-gradle/jruby-mains

switch to latest jruby-mains version
This commit is contained in:
R. Tyler Croy 2017-12-30 12:54:03 -08:00 committed by GitHub
commit 4352f4635d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ dependencies {
transitive = false
}
testRepo ('org.jruby.mains:jruby-mains:0.4.0') {
testRepo ('org.jruby.mains:jruby-mains:0.6.1') {
transitive = false
}

View File

@ -34,7 +34,7 @@ class JRubyJar extends Jar {
static final String DEFAULT_JRUBYJAR_CONFIG = 'jrubyJar'
static final String DEFAULT_MAIN_CLASS = 'org.jruby.mains.JarMain'
static final String EXTRACTING_MAIN_CLASS = 'org.jruby.mains.ExtractingMain'
static final String DEFAULT_JRUBY_MAINS = '0.4.0'
static final String DEFAULT_JRUBY_MAINS = '0.6.1'
/**
* @return Directory that the dependencies for this project will be staged into