Update teh versiosn referenced on the download page

This commit is contained in:
R. Tyler Croy 2015-09-18 13:26:03 -07:00
parent 59a022431b
commit 5132163228
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ buildscript {
repositories { jcenter() }
dependencies {
classpath "com.github.jruby-gradle:jruby-gradle-plugin:1.0.4"
classpath "com.github.jruby-gradle:jruby-gradle-plugin:[1.1.2,1.2)"
}
}
apply plugin: "com.github.jruby-gradle.base"
@ -32,7 +32,7 @@ buildscript {
repositories { jcenter() }
dependencies {
classpath "com.github.jruby-gradle:jruby-gradle-jar-plugin:1.0.4"
classpath "com.github.jruby-gradle:jruby-gradle-jar-plugin:[1.1.2,1.2)"
}
}
apply plugin: "com.github.jruby-gradle.jar"
@ -47,7 +47,7 @@ buildscript {
repositories { jcenter() }
dependencies {
classpath "com.github.jruby-gradle:jruby-gradle-war-plugin:1.0.4-alpha"
classpath "com.github.jruby-gradle:jruby-gradle-war-plugin:[1.1.2,1.2)-alpha"
}
}
apply plugin: "com.github.jruby-gradle.war"
@ -62,7 +62,7 @@ buildscript {
repositories { jcenter() }
dependencies {
classpath "com.github.jruby-gradle:jruby-gradle-storm-plugin:0.1.6"
classpath "com.github.jruby-gradle:jruby-gradle-storm-plugin:[0.4.2,0.5)"
}
}
apply plugin: "com.github.jruby-gradle.storm"