build: switch root project to convention plugins

This commit is contained in:
Harsh Shandilya 2021-11-15 11:18:29 +05:30
parent c3279e65b7
commit c938ee1837
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -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")
}