Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit b4016c0

Browse files
committed
Set automatic module name
1 parent 19db0df commit b4016c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle.kts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@ dependencies {
5454

5555
tasks.jar {
5656
manifest {
57-
attributes(mapOf("Implementation-Title" to project.name, "Implementation-Version" to project.version))
57+
attributes(mapOf(
58+
"Implementation-Title" to project.name,
59+
"Implementation-Version" to project.version,
60+
"Automatic-Module-Name" to "org.ajoberstar.jovial"))
5861
}
5962
}
6063

0 commit comments

Comments
 (0)