Pin the war plugin to a released version of the base plugin

This commit is contained in:
R. Tyler Croy 2014-08-27 14:01:23 -07:00
parent adab6bcbbe
commit ec7096adc2
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ buildscript {
}
group = 'com.github.jruby-gradle'
version = '0.1.1'
version = '0.1.0'
if (System.env.RELEASE != '1') {
version = "${version}-SNAPSHOT"
@ -24,7 +24,7 @@ dependencies {
compile gradleApi()
compile localGroovy()
compile group: 'com.github.jruby-gradle', name: 'jruby-gradle-plugin', version: '0.1.1-SNAPSHOT'
compile group: 'com.github.jruby-gradle', name: 'jruby-gradle-plugin', version: '0.1.+'
testCompile ("org.spockframework:spock-core:0.7-groovy-${gradle.gradleVersion.startsWith('1.')?'1.8':'2.0'}") {
exclude module : 'groovy-all'