Skip to content

Commit

Permalink
Add explicit deps for publish task
Browse files Browse the repository at this point in the history
  • Loading branch information
jshiell committed Apr 1, 2023
1 parent fbfbf9d commit b564314
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ intellij {
plugins = ['java']
}

verifyPlugin {
dependsOn(copyClassesToSandbox)
dependsOn(copyCheckstyleArtifactsToSandbox)
}

publishPlugin {
token.set(System.getenv("JETBRAINS_PLUGIN_REPO_TOKEN"))
}
Expand Down

0 comments on commit b564314

Please sign in to comment.