Skip to content

Commit e12b8b6

Browse files
committed
WIP Add build health plugin
1 parent aadf892 commit e12b8b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

settings.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
rootProject.name = "backfila"
22

3+
plugins {
4+
id("com.autonomousapps.build-health") version "2.7.0"
5+
}
6+
37
includeBuild("build-support") {
48
dependencySubstitution {
59
substitute(module("app.cash.backfila:client-sqldelight-gradle-plugin")).using(project(":client-sqldelight-gradle-plugin"))

0 commit comments

Comments
 (0)