We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc404de commit 2a54101Copy full SHA for 2a54101
config/hooks/pre-push
100644
100755
@@ -3,7 +3,7 @@
3
echo "Running static analysis..."
4
5
# Run static analysis tools
6
-./gradlew detekt
+./gradlew detekt --no-configuration-cache
7
8
status=$?
9
shark-cli.sh
@@ -1,2 +1,2 @@
1
-./gradlew --quiet :shark:shark-cli:installDist
+./gradlew --quiet --no-configuration-cache :shark:shark-cli:installDist
2
./shark/shark-cli/build/install/shark-cli/bin/shark-cli "$@"
0 commit comments