We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98bd2a9 commit 22f344bCopy full SHA for 22f344b
build.gradle
@@ -190,7 +190,9 @@ project(':sbe-tool') {
190
'Specification-Version': '1.0',
191
'Implementation-Title': 'SBE',
192
'Implementation-Version': "${sbeVersion}",
193
- 'Implementation-Vendor': 'Real Logic Limited')
+ 'Implementation-Vendor': 'Real Logic Limited',
194
+ 'Automatic-Module-Name': 'uk.co.real_logic.sbe.tool'
195
+ )
196
}
197
198
sourceSets {
@@ -292,7 +294,9 @@ project(':sbe-all') {
292
294
293
295
296
297
298
+ 'Automatic-Module-Name': 'uk.co.real_logic.sbe.all'
299
300
301
302
uploadArchives {
0 commit comments