Skip to content

Commit

Permalink
Added manifest entry to the eventbus-java jar file
Browse files Browse the repository at this point in the history
  • Loading branch information
plumstone committed Dec 8, 2022
1 parent 0194926 commit 73f15d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions EventBus/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ afterEvaluate {
description = "EventBus is a publish/subscribe event bus."
packaging = "jar"
}
jar {
manifest {
attributes("Automatic-Module-Name": "eventbus.java")
}
}
}
}
}

0 comments on commit 73f15d7

Please sign in to comment.