Skip to content

Commit

Permalink
Add io.gitlab.arturbosch.detekt.generator.Main to the jar manifest (d…
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisGabin authored and mgroth0 committed Feb 11, 2024
1 parent 6b89f56 commit f1674d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions detekt-generator/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
plugins {
alias(libs.plugins.shadow)
id("module")
application
}

application {
mainClass = "io.gitlab.arturbosch.detekt.generator.Main"
}

val generatedUsage by configurations.dependencyScope("generatedUsage")
Expand Down

0 comments on commit f1674d1

Please sign in to comment.