Skip to content

Commit

Permalink
Fix explicit dependency for githubRelease
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbosch committed Aug 12, 2023
1 parent 7f1bbb0 commit 5b9fe23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,7 @@ githubRelease {
.file("distributions/Detekt IntelliJ Plugin-${project.version}.zip")
releaseAssets.setFrom(distribution)
}

tasks.githubRelease.configure {
dependsOn(tasks.buildPlugin)
}

0 comments on commit 5b9fe23

Please sign in to comment.