Upgrade to the jruby-gradle war plugin at v0.1.5

This commit is contained in:
R. Tyler Croy 2014-12-06 16:03:19 -08:00
parent 9fba12f79c
commit c04aefaddf
1 changed files with 1 additions and 2 deletions

View File

@ -4,11 +4,10 @@ apply plugin: 'com.github.jruby-gradle.war'
buildscript {
repositories {
jcenter()
mavenLocal()
}
dependencies {
classpath group: 'com.github.jruby-gradle', name: 'jruby-gradle-war-plugin', version: '0.1.2-SNAPSHOT'
classpath group: 'com.github.jruby-gradle', name: 'jruby-gradle-war-plugin', version: '0.1.5'
classpath group: 'com.github.jruby-gradle', name: 'jruby-gradle-plugin', version: '0.1.9'
}
}