From a8a2de9d244db41fd2b1f7b4c07d0ae9ead2f7f0 Mon Sep 17 00:00:00 2001 From: Sudarsan Balaji Date: Thu, 14 Oct 2021 00:05:29 +0530 Subject: [PATCH] Stop running gradle build which also runs tests --- build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sh b/build.sh index 783e847..1f457f6 100755 --- a/build.sh +++ b/build.sh @@ -45,7 +45,6 @@ copy_lib_kotlin() { ## bdk-bdk-kotlin jar build_kotlin() { uniffi-bindgen generate src/bdk.udl --no-format --out-dir bindings/bdk-kotlin/src/main/kotlin --language kotlin - (cd bindings/bdk-kotlin && ./gradlew build) } ## rust android