mirror of
https://github.com/square/leakcanary.git
synced 2026-03-13 08:24:22 +08:00
Block's build tools update Gradle's global config which breaks LeakCanary's local dev environment
This commit is contained in:
2
config/hooks/pre-push
Normal file → Executable file
2
config/hooks/pre-push
Normal file → Executable file
@@ -3,7 +3,7 @@
|
||||
echo "Running static analysis..."
|
||||
|
||||
# Run static analysis tools
|
||||
./gradlew detekt
|
||||
./gradlew detekt --no-configuration-cache
|
||||
|
||||
status=$?
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
./gradlew --quiet :shark:shark-cli:installDist
|
||||
./gradlew --quiet --no-configuration-cache :shark:shark-cli:installDist
|
||||
./shark/shark-cli/build/install/shark-cli/bin/shark-cli "$@"
|
||||
|
||||
Reference in New Issue
Block a user