Skip to content

Commit

Permalink
Set automatic module name
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoberstar committed Jan 10, 2021
1 parent 19db0df commit b4016c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ dependencies {

tasks.jar {
manifest {
attributes(mapOf("Implementation-Title" to project.name, "Implementation-Version" to project.version))
attributes(mapOf(
"Implementation-Title" to project.name,
"Implementation-Version" to project.version,
"Automatic-Module-Name" to "org.ajoberstar.jovial"))
}
}

Expand Down

0 comments on commit b4016c0

Please sign in to comment.