Upgrade the dependency on JRuby/Gradle base and jar plugins to generate .jrubydir properly

Fixes #24
This commit is contained in:
R. Tyler Croy 2015-10-01 12:05:38 -07:00
parent 48d3f248ba
commit 036e875653
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ apply plugin: 'com.jfrog.bintray'
apply from: 'gradle/integration-test.gradle'
group = 'com.github.jruby-gradle'
version = '0.4.3'
version = '0.4.4'
defaultTasks 'check', 'assemble'
// Any time we're not expicitly saying "build me a release build" we'll change

View File

@ -11,7 +11,7 @@ buildscript {
* use if you want to use this build.gradle outside of gradleTest
*/
classpath 'com.github.jruby-gradle:jruby-gradle-storm-plugin:%%VERSION%%'
classpath 'com.github.jruby-gradle:jruby-gradle-jar-plugin:1.0.4+'
classpath 'com.github.jruby-gradle:jruby-gradle-jar-plugin:1.1.4+'
}
}

View File

@ -4,4 +4,4 @@ bintrayKey=
sourceCompatibility=1.7
targetCompatibility=1.7
jrubyGradleMinVersion=1.0.4
jrubyGradleMinVersion=1.1.4