Skip to content

Commit 411ecae

Browse files
committed
Make gradle check work on macOS
1 parent 30383d8 commit 411ecae

File tree

8 files changed

+3
-7
lines changed

8 files changed

+3
-7
lines changed
5.12 MB
Binary file not shown.

freedomOfComputing/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
9191
}
9292

9393
tasks.withType(Test) {
94-
systemProperty "java.library.path", "./src/main/jniLibs"
94+
systemProperty "java.library.path", "../common/libs"
9595
}

liquidity-pool/build.gradle

-4
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,3 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
114114
"-opt-in=kotlin.Experimental,kotlin.ExperimentalUnsignedTypes",
115115
]
116116
}
117-
118-
tasks.withType(Test) {
119-
systemProperty "java.library.path", "./src/main/jniLibs"
120-
}

musicdao-datafeeder/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
implementation "com.squareup.sqldelight:coroutines-extensions:$sqldelight_version"
2222
implementation 'org.bitcoinj:bitcoinj-core:0.15.10'
2323

24-
implementation files('libs/jlibtorrent-' + jlibtorrent_version + '.jar')
24+
implementation files('../common/libs/jlibtorrent-' + jlibtorrent_version + '.jar')
2525
}
2626

2727
application {
Binary file not shown.

musicdao/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,5 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
127127
}
128128

129129
tasks.withType(Test) {
130-
systemProperty "java.library.path", "./src/main/jniLibs"
130+
systemProperty "java.library.path", "../common/libs"
131131
}
Binary file not shown.

0 commit comments

Comments
 (0)