Skip to content

Commit

Permalink
chore: passwordstore test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardas-buc committed Feb 21, 2024
1 parent c90c6cf commit db5baed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/signer-protocol/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ protobuf {

compileJava.dependsOn generateProto

test {
jvmArgs '-Djava.library.path=../../lib'
}

if (Os.isName("linux")) {
tasks.register('make', Exec) {
def javaCompiler = javaToolchains.compilerFor(java.toolchain)
Expand Down

0 comments on commit db5baed

Please sign in to comment.