Merge pull request #358 from wmaintw/master

update the version of dependency-check-core that the gradle plugin used
This commit is contained in:
Jeremy Long
2015-09-22 06:01:19 -04:00
2 changed files with 10 additions and 12 deletions

View File

@@ -49,8 +49,8 @@ dependencies {
compile(
localGroovy(),
gradleApi(),
'org.owasp:dependency-check-core:1.3.0',
'org.owasp:dependency-check-utils:1.3.0'
'org.owasp:dependency-check-core:1.3.1',
'org.owasp:dependency-check-utils:1.3.1'
)
testCompile ('com.netflix.nebula:nebula-test:2.2.2'){
@@ -76,11 +76,11 @@ task integTest(type: Test) {
}
group = 'com.thoughtworks.tools'
version = '0.0.7'
version = '0.0.8'
targetCompatibility = 1.7
apply from: 'conf/publish/local.gradle'
//apply from: 'conf/publish/maven.gradle'
apply from: 'conf/publish/gradlePluginsPortal.gradle'
//apply from: 'conf/publish/gradlePluginsPortal.gradle'
//apply from: 'conf/publish/bintray.gradle' // according to the documentation of plugindev, this line has to be placed and the very end of the build file