Skip to content

Commit

Permalink
add "Automatic-Module-Name" for #223
Browse files Browse the repository at this point in the history
reference:
ajalt/clikt#295
  • Loading branch information
oshai committed Oct 29, 2022
1 parent c8400cd commit fc4f071
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Expand Up @@ -209,3 +209,9 @@ detekt {
txt.enabled = false
}
}

val jvmJar by tasks.getting(Jar::class) {
manifest {
attributes("Automatic-Module-Name" to "io.github.microutils.kotlinlogging")
}
}

0 comments on commit fc4f071

Please sign in to comment.