mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-13 10:40:29 +03:00
import: make it work most of the time with git repos
This includes real tests too.
This commit is contained in:
parent
e049a120f8
commit
bfe587979d
28 changed files with 1184 additions and 42 deletions
13
tests/source-files/org.tasks/build.gradle
Normal file
13
tests/source-files/org.tasks/build.gradle
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'org.owasp:dependency-check-gradle:1.3.2.1'
|
||||
}
|
||||
}
|
||||
apply plugin: 'org.owasp.dependencycheck'
|
||||
dependencyCheck {
|
||||
format='JSON'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue