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
|
* SPDX-License-Identifier: GPL-3.0-only
|
||||||
*/
|
*/
|
||||||
plugins {
|
plugins {
|
||||||
`binary-compatibility-validator`
|
id("com.github.android-password-store.binary-compatibility")
|
||||||
`aps-plugin`
|
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")
|
id("com.github.android-password-store.spotless")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue