build: switch root project to convention plugins
This commit is contained in:
parent
c3279e65b7
commit
c938ee1837
1 changed files with 4 additions and 2 deletions
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue