Skip to content

Commit

Permalink
Declare explicit dependency for verifyPlugin on copyStubs
Browse files Browse the repository at this point in the history
  • Loading branch information
lancelote committed Jul 13, 2024
1 parent 5ec747a commit 1bfee63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ tasks {
buildPlugin {
dependsOn(copyStubs)
}
verifyPlugin {
dependsOn(copyStubs)
}
runIde {
dependsOn(copyStubs)
}
Expand Down

0 comments on commit 1bfee63

Please sign in to comment.