Skip to content

Commit

Permalink
testing removing test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
affonsov committed Jun 29, 2024
1 parent e7394d7 commit d0e06b7
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('buildRustRelease')
compileTestJava.dependsOn('publishToMavenLocal')
//compileTestJava.dependsOn('publishToMavenLocal')
test.dependsOn('buildRust')
testFfi.dependsOn('buildRust')

Expand Down

0 comments on commit d0e06b7

Please sign in to comment.