manually merged PR #282

Former-commit-id: cf2ae5572602f7258b4c617097ab003fe3f644c6
This commit is contained in:
Jeremy Long
2015-07-24 05:50:55 -04:00
parent ee969a5ed9
commit 94ae6e76f1
4 changed files with 141 additions and 15 deletions

View File

@@ -49,6 +49,10 @@ dependencies {
'org.owasp:dependency-check-core:1.2.11',
'org.owasp:dependency-check-utils:1.2.11'
)
testCompile ('com.netflix.nebula:nebula-test:2.2.+'){
exclude group: 'org.codehaus.groovy'
}
}
group = 'com.thoughtworks.tools'
@@ -57,4 +61,4 @@ version = '0.0.5'
apply from: 'conf/publish/local.gradle'
//apply from: 'conf/publish/maven.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
//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