Skip to content

Commit 053ee99

Browse files
committed
bindings.java : add copyLibs dep for processResources [no ci]
This will otherwise cause builds to fail after doing an initial build.
1 parent d05b3c6 commit 053ee99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bindings/java/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ tasks.withType(Test) {
7373
}
7474

7575
test.dependsOn copyLibs
76+
processResources.dependsOn copyLibs
7677

7778
dependencies {
7879
implementation "net.java.dev.jna:jna:5.13.0"

0 commit comments

Comments
 (0)