We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2656875 commit 266400aCopy full SHA for 266400a
build.gradle.kts
@@ -24,7 +24,7 @@ tasks.register("reformatAll") {
24
tasks.register("preMerge") {
25
description = "Runs all the tests/verification tasks on both top level and included build."
26
27
- dependsOn(":example:check")
+ dependsOn(":example-jvm:check")
28
dependsOn(gradle.includedBuild("plugin-build").task(":plugin:check"))
29
dependsOn(gradle.includedBuild("plugin-build").task(":plugin:validatePlugins"))
30
}
0 commit comments