Skip to content

Commit fc4f071

Browse files
committed
add "Automatic-Module-Name" for #223
reference: ajalt/clikt#295
1 parent c8400cd commit fc4f071

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,3 +209,9 @@ detekt {
209209
txt.enabled = false
210210
}
211211
}
212+
213+
val jvmJar by tasks.getting(Jar::class) {
214+
manifest {
215+
attributes("Automatic-Module-Name" to "io.github.microutils.kotlinlogging")
216+
}
217+
}

0 commit comments

Comments
 (0)