Removed upstream jar files from all modules except briar-desktop

This commit is contained in:
Torsten Grote
2016-01-13 11:19:14 -02:00
parent 4be5b44a41
commit 872d10e2b0
16 changed files with 65 additions and 10 deletions

View File

@@ -2,8 +2,13 @@ apply plugin: 'java'
sourceCompatibility = 1.6
targetCompatibility = 1.6
apply plugin: 'witness'
repositories {
jcenter()
}
dependencies {
compile fileTree(dir: '../briar-api/libs', include: '*.jar')
compile project(':briar-api')
compile fileTree(dir: '../briar-core/libs', include: '*.jar')
compile project(':briar-core')