From 14e38c1258c807753d3dde6951d5302516de7bf5 Mon Sep 17 00:00:00 2001 From: Yeshvant Bhavnasi Date: Fri, 4 Oct 2019 11:36:16 -0700 Subject: [PATCH] fix: It should not change directory making the root project build running. Instead I want to subproject build need to be run --- bin/gw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/gw b/bin/gw index 74b32f3..5fd9ebf 100755 --- a/bin/gw +++ b/bin/gw @@ -66,7 +66,7 @@ execute_gradle() { build_gradle=${build_gradle_kts} fi # We got a good build file, start gradlew there. - cd "$(dirname "${build_gradle}")" + # cd "$(dirname "${build_gradle}")" # If you want to run only for current project else err "Unable to find a gradle build file named ${GRADLE_BUILDFILE} or ${GRADLE_KTS_BUILDFILE}." fi