mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 06:52:39 +03:00
13 lines
232 B
Groovy
13 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'
|
|
}
|