diff --git a/build.gradle b/build.gradle index 9b7b432..0be241f 100644 --- a/build.gradle +++ b/build.gradle @@ -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 diff --git a/examples/word-count/build.gradle b/examples/word-count/build.gradle index a7540c0..e17215a 100644 --- a/examples/word-count/build.gradle +++ b/examples/word-count/build.gradle @@ -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+' } } diff --git a/gradle.properties b/gradle.properties index 3cc6a80..2232400 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,4 +4,4 @@ bintrayKey= sourceCompatibility=1.7 targetCompatibility=1.7 -jrubyGradleMinVersion=1.0.4 +jrubyGradleMinVersion=1.1.4