Skip to content

Commit 266400a

Browse files
committed
Fix build script
1 parent 2656875 commit 266400a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tasks.register("reformatAll") {
2424
tasks.register("preMerge") {
2525
description = "Runs all the tests/verification tasks on both top level and included build."
2626

27-
dependsOn(":example:check")
27+
dependsOn(":example-jvm:check")
2828
dependsOn(gradle.includedBuild("plugin-build").task(":plugin:check"))
2929
dependsOn(gradle.includedBuild("plugin-build").task(":plugin:validatePlugins"))
3030
}

0 commit comments

Comments
 (0)