Skip to content

Commit

Permalink
Block's build tools update Gradle's global config which breaks LeakCa…
Browse files Browse the repository at this point in the history
…nary's local dev environment
  • Loading branch information
pyricau committed Jan 2, 2024
1 parent dc404de commit 2a54101
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/hooks/pre-push
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
echo "Running static analysis..."

# Run static analysis tools
./gradlew detekt
./gradlew detekt --no-configuration-cache

status=$?

Expand Down
2 changes: 1 addition & 1 deletion shark-cli.sh
Original file line number Diff line number Diff line change
@@ -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 "$@"

0 comments on commit 2a54101

Please sign in to comment.