Upgraded Gradle to 2.13, added local Maven repo.

This commit is contained in:
akwizgran
2016-05-12 13:36:34 +01:00
parent af1f267d4b
commit ec083d617e
8 changed files with 13 additions and 31 deletions

View File

@@ -4,10 +4,6 @@ targetCompatibility = 1.7
apply plugin: 'witness'
repositories {
jcenter()
}
dependencies {
compile project(':briar-api')
compile project(':briar-core')