aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2021-11-15 11:18:29 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2021-11-16 00:22:17 +0530
commitc938ee18376ac05c1ba57c1324766b6b4d3320fa (patch)
tree984633970c0a58dc434a40b9cd31c43c79f0c48f /build.gradle.kts
parentc3279e65b74c0fc7c38cdf13a4b98e69b5241254 (diff)
build: switch root project to convention plugins
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts6
1 files changed, 4 insertions, 2 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index b0556c0e..38c846cb 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -3,7 +3,9 @@
* SPDX-License-Identifier: GPL-3.0-only
*/
plugins {
- `binary-compatibility-validator`
- `aps-plugin`
+ id("com.github.android-password-store.binary-compatibility")
+ id("com.github.android-password-store.gradle")
+ id("com.github.android-password-store.git-hooks")
+ id("com.github.android-password-store.kotlin-common")
id("com.github.android-password-store.spotless")
}