Skip to content

Commit

Permalink
Revert Strip rust lib.
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Jul 9, 2024
1 parent 8901e3d commit 9356c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ tasks.register('copyNativeLib', Copy) {
}

jar.dependsOn('copyNativeLib')
copyNativeLib.dependsOn('buildRustReleaseStrip')
copyNativeLib.dependsOn('buildRustRelease')
compileTestJava.dependsOn('copyNativeLib')
test.dependsOn('buildRust')
testFfi.dependsOn('buildRust')
Expand Down

0 comments on commit 9356c99

Please sign in to comment.