We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebb7bf6 commit 4b67e22Copy full SHA for 4b67e22
build.gradle.kts
@@ -11,3 +11,10 @@ buildscript {
11
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21")
12
}
13
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