owasp:dependency-check

This commit is contained in:
Michael Hoennig 2019-04-01 18:58:50 +02:00
parent 53a3cb2844
commit b89f86a443

View File

@ -14,6 +14,9 @@ buildscript {
classpath "gradle.plugin.com.gorylenko.gradle-git-properties:gradle-git-properties:1.5.2"
//jhipster-needle-gradle-buildscript-dependency - JHipster will add additional gradle build script plugins here
}
dependencies {
classpath 'org.owasp:dependency-check-gradle:4.0.2'
}
}
plugins {
@ -28,6 +31,7 @@ plugins {
}
apply plugin: 'java'
apply plugin: 'org.owasp.dependencycheck'
sourceCompatibility=1.8
targetCompatibility=1.8
// Until JHipster supports JDK 9