Skip to content

Commit 5800e17

Browse files
committed
ci: ensure JNA can find libs
1 parent e6ff7b9 commit 5800e17

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/android/algokit_transact/build.gradle.kts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ android {
3636
kotlinOptions {
3737
jvmTarget = "21"
3838
}
39+
testOptions {
40+
unitTests {
41+
isIncludeAndroidResources = true
42+
all {
43+
it.systemProperty("jna.library.path", "src/test/resources")
44+
}
45+
}
46+
}
3947
}
4048

4149
dependencies {

0 commit comments

Comments
 (0)