mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-05 06:50:10 +01:00
14 lines
232 B
Groovy
14 lines
232 B
Groovy
|
|
||
|
buildscript {
|
||
|
repositories {
|
||
|
mavenCentral()
|
||
|
}
|
||
|
dependencies {
|
||
|
classpath 'org.owasp:dependency-check-gradle:1.3.2.1'
|
||
|
}
|
||
|
}
|
||
|
apply plugin: 'org.owasp.dependencycheck'
|
||
|
dependencyCheck {
|
||
|
format='JSON'
|
||
|
}
|