Upgrade to Gradle propdeps plugin v0.0.7

This commit is contained in:
Chris Beams 2015-01-06 11:21:59 +01:00
parent f34d1f49dc
commit 7452765d62
No known key found for this signature in database
GPG Key ID: 3D214F8F5BC5ED73
1 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,7 @@ buildscript {
maven { url 'http://repo.spring.io/plugins-release' }
}
dependencies {
classpath 'org.springframework.build.gradle:propdeps-plugin:0.0.6'
classpath 'org.springframework.build.gradle:propdeps-plugin:0.0.7'
}
}
@ -19,7 +19,6 @@ plugins {
id 'com.jfrog.bintray' version '1.0'
}
apply plugin: 'propdeps'
apply plugin: 'propdeps-maven'
sourceCompatibility = 1.7