diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-11-09 21:33:59 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2021-11-15 23:57:40 +0530 |
commit | 96a9211f9eeb2bb12fb5cc745f7955dfda95014b (patch) | |
tree | d8c0c8a30903746713da47e35bc061450a51ab05 /build.gradle.kts | |
parent | 1040552dbfdfc9f4f55402d796af5b270a172a54 (diff) |
build-logic: migrate Spotless to a convention plugin
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index a04020c8..b0556c0e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,6 +5,5 @@ plugins { `binary-compatibility-validator` `aps-plugin` + id("com.github.android-password-store.spotless") } - -allprojects { configureSpotless() } |