mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-04-09 18:33:54 +02:00
updated to be feature complete with 1.3.2-SNAPSHOT
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
* Copyright (c) 2015 Wei Ma. All Rights Reserved.
|
||||
*/
|
||||
|
||||
|
||||
group = 'org.owasp'
|
||||
version = '1.3.2-SNAPSHOT'
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
maven {
|
||||
@@ -43,14 +47,15 @@ targetCompatibility = 1.6
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
mavenLocal()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile(
|
||||
localGroovy(),
|
||||
gradleApi(),
|
||||
'org.owasp:dependency-check-core:1.3.1',
|
||||
'org.owasp:dependency-check-utils:1.3.1'
|
||||
'org.owasp:dependency-check-core:1.3.2-SNAPSHOT',
|
||||
'org.owasp:dependency-check-utils:1.3.2-SNAPSHOT'
|
||||
)
|
||||
|
||||
testCompile ('com.netflix.nebula:nebula-test:2.2.2'){
|
||||
@@ -75,11 +80,6 @@ task integTest(type: Test) {
|
||||
jvmArgs '-XX:MaxPermSize=256m'
|
||||
}
|
||||
|
||||
group = 'com.thoughtworks.tools'
|
||||
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'
|
||||
|
||||
Reference in New Issue
Block a user