Skip to content

Commit 22f344b

Browse files
committed
[Java] Add Automatic-Module-Name.
1 parent 98bd2a9 commit 22f344b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

build.gradle

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,9 @@ project(':sbe-tool') {
190190
'Specification-Version': '1.0',
191191
'Implementation-Title': 'SBE',
192192
'Implementation-Version': "${sbeVersion}",
193-
'Implementation-Vendor': 'Real Logic Limited')
193+
'Implementation-Vendor': 'Real Logic Limited',
194+
'Automatic-Module-Name': 'uk.co.real_logic.sbe.tool'
195+
)
194196
}
195197

196198
sourceSets {
@@ -292,7 +294,9 @@ project(':sbe-all') {
292294
'Specification-Version': '1.0',
293295
'Implementation-Title': 'SBE',
294296
'Implementation-Version': "${sbeVersion}",
295-
'Implementation-Vendor': 'Real Logic Limited')
297+
'Implementation-Vendor': 'Real Logic Limited',
298+
'Automatic-Module-Name': 'uk.co.real_logic.sbe.all'
299+
)
296300
}
297301

298302
uploadArchives {

0 commit comments

Comments
 (0)