Skip to content

Commit 59b470b

Browse files
committed
Disable verifyPlugin Gradle task
1 parent 5d5ef16 commit 59b470b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle.kts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,7 @@ tasks {
142142
publishPlugin {
143143
dependsOn(patchChangelog)
144144
}
145-
}
145+
}
146+
147+
// do not run Plugin Verifier in the template itself
148+
tasks.getByName("verifyPlugin").enabled = false

0 commit comments

Comments
 (0)