Skip to content

Commit 2a54101

Browse files
committed
Block's build tools update Gradle's global config which breaks LeakCanary's local dev environment
1 parent dc404de commit 2a54101

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/hooks/pre-push

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
echo "Running static analysis..."
44

55
# Run static analysis tools
6-
./gradlew detekt
6+
./gradlew detekt --no-configuration-cache
77

88
status=$?
99

shark-cli.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
./gradlew --quiet :shark:shark-cli:installDist
1+
./gradlew --quiet --no-configuration-cache :shark:shark-cli:installDist
22
./shark/shark-cli/build/install/shark-cli/bin/shark-cli "$@"

0 commit comments

Comments
 (0)