From b699b4db71d08b574cc31daf4ee8c9b849ebaa11 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 14 Aug 2024 00:18:51 +0530 Subject: feat(build): replace homebrew ktfmt formatter with Spotless Spotless has fixed their Gradle Configuration Cache woes in the past couple months which gets rid of my primary complaint. --- scripts/pre-push-hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/pre-push-hook.sh') diff --git a/scripts/pre-push-hook.sh b/scripts/pre-push-hook.sh index 65ea0682..e228815c 100644 --- a/scripts/pre-push-hook.sh +++ b/scripts/pre-push-hook.sh @@ -13,6 +13,6 @@ while read -r local_ref local_oid remote_ref remote_oid; do _=$remote_ref _=$remote_oid if [ "${local_oid}" != "${ZERO}" ]; then - CI=true "${GRADLE_EXEC}" metalavaCheckCompatibilityRelease lint ktfmtCheck test -PslimTests + CI=true "${GRADLE_EXEC}" metalavaCheckCompatibilityRelease lint spotlessCheck test -PslimTests fi done -- cgit v1.2.3