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. --- .github/renovate.json5 | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to '.github/renovate.json5') diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 71995b37..ecbc5a60 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -68,6 +68,16 @@ "datasourceTemplate": "maven", "depNameTemplate": "androidx.compose.compiler:compiler", "registryUrlTemplate": "https://maven.google.com", - } + }, + { + "fileMatch": [ + "build-logic/src/main/kotlin/app/passwordstore/gradle/SpotlessPlugin.kt" + ], + "matchStrings": [ + "KTFMT_VERSION = \"(?.*)\"" + ], + "datasourceTemplate": "maven", + "depNameTemplate": "com.facebook:ktfmt" + } ] } -- cgit v1.2.3