Skip to content

Commit 73f15d7

Browse files
committed
Added manifest entry to the eventbus-java jar file
1 parent 0194926 commit 73f15d7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

EventBus/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ afterEvaluate {
4646
description = "EventBus is a publish/subscribe event bus."
4747
packaging = "jar"
4848
}
49+
jar {
50+
manifest {
51+
attributes("Automatic-Module-Name": "eventbus.java")
52+
}
53+
}
4954
}
5055
}
5156
}

0 commit comments

Comments
 (0)