Skip to content

Commit c902ee1

Browse files
authored
Merge pull request #1486 from nats-io/automatic-bundle-name
Fix removed Automatic-Module-Name
2 parents fbc0bc5 + 5211fd9 commit c902ee1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ tasks.register('bundle', Bundle) {
6262
}
6363

6464
jar {
65+
manifest {
66+
attributes('Automatic-Module-Name': 'io.nats.jnats')
67+
}
6568
bundle {
6669
bnd("Bundle-Name": "io.nats.jnats",
6770
"Bundle-Vendor": "nats.io",

0 commit comments

Comments
 (0)