Skip to content

Commit 4b67e22

Browse files
committed
Add dummy preMerge task
1 parent ebb7bf6 commit 4b67e22

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.gradle.kts

+7
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,10 @@ buildscript {
1111
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21")
1212
}
1313
}
14+
15+
tasks.register("preMerge") {
16+
description = "Runs all the tests/verification tasks on both top level and included build."
17+
18+
// dependsOn(":example:check")
19+
// dependsOn(gradle.includedBuild("library").task(":library:validatePlugins"))
20+
}

0 commit comments

Comments
 (0)