feat: rip out Spotless

Spotless' configuration cache support is irritating since it requires you to wipe config cache
every time you initialise a Gradle daemon.
This commit is contained in:
Harsh Shandilya 2022-10-29 08:10:44 +05:30
parent fd20480f55
commit 56fd18b17d
No known key found for this signature in database
7 changed files with 2 additions and 65 deletions

View file

@ -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
"${GRADLE_EXEC}" metalavaCheckCompatibilityRelease detekt spotlessCheck test -PslimTests
"${GRADLE_EXEC}" metalavaCheckCompatibilityRelease detekt ktfmtCheck test -PslimTests
fi
done