Skip to content

Commit

Permalink
Fix: Java JAR contains native library twice
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkReedZ committed Jun 1, 2024
1 parent 782fb3d commit 4f5a74c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,5 @@ publishing {
compileJava.dependsOn tasks.withType(SharedLibraryBinarySpec)
tasks.named("processResources").configure {
dependsOn tasks.named("linkUsearchSharedLibrary")
exclude('usearch/shared')
}

0 comments on commit 4f5a74c

Please sign in to comment.