Updated java.library.path.

This commit is contained in:
akwizgran
2016-11-23 14:58:42 +00:00
parent f6d23b4d1a
commit ad6016d428
1410 changed files with 15690 additions and 12924 deletions

View File

@@ -5,10 +5,8 @@ targetCompatibility = 1.7
apply plugin: 'witness'
dependencies {
compile project(':briar-api')
compile project(':briar-core')
compile fileTree(dir: '../briar-desktop/libs', include: '*.jar')
compile project(':briar-desktop')
compile project(':bramble-j2se')
compile "junit:junit:4.12"
compile "org.jmock:jmock:2.8.1"
compile "org.jmock:jmock-junit4:2.8.1"
@@ -41,5 +39,5 @@ sourceSets {
}
tasks.withType(Test) {
systemProperty 'java.library.path', '../briar-desktop/libs'
systemProperty 'java.library.path', '../bramble-j2se/libs'
}