Skip to content

Commit 0f35062

Browse files
TheIndifferentsduskis
authored andcommitted
Automatic-Module-Name added to the manifest. (googleapis#69)
* Automatic-Module-Name added to the manifest. * Update build.gradle
1 parent 3c63521 commit 0f35062

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,13 @@ jacocoTestReport {
8686

8787
check.dependsOn jacocoTestReport
8888

89+
// jar with automatic module name:
90+
jar {
91+
manifest {
92+
attributes('Automatic-Module-Name': 'com.google.api.apicommon')
93+
}
94+
}
95+
8996
// Source jar
9097
// ----------
9198

0 commit comments

Comments
 (0)