scanner: add a test for the local Debian Maven repo
This commit is contained in:
parent
3a7ad650e3
commit
079754c56c
18
tests/source-files/info.guardianproject.ripple/build.gradle
Normal file
18
tests/source-files/info.guardianproject.ripple/build.gradle
Normal file
@ -0,0 +1,18 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
maven { url 'file:///usr/share/maven-repo' }
|
||||
maven { url 'https://maven.google.com' }
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:2.2.2'
|
||||
}
|
||||
}
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
maven { url 'file:///usr/share/maven-repo' }
|
||||
maven { url 'https://maven.google.com' }
|
||||
jcenter()
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user