Skip to content

Commit 7a86510

Browse files
Add Automatic-Module-Name to manifest entry (#2121)
* Add Automatic-Module-Name * Update name to stripe.java
1 parent 0427ec8 commit 7a86510

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ jar {
9999
"Implementation-Version": VERSION_NAME,
100100
"Implementation-Vendor": VENDOR_NAME,
101101
"Bundle-SymbolicName": POM_ARTIFACT_ID,
102-
"Export-Package": "com.stripe.*")
102+
"Export-Package": "com.stripe.*",
103+
"Automatic-Module-Name": "stripe.java")
103104

104105
archiveVersion = VERSION_NAME
105106
}

0 commit comments

Comments
 (0)