File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments