INT-4346: Add Module Name to Manifest
JIRA: https://jira.spring.io/browse/INT-4346
This commit is contained in:
committed by
Artem Bilan
parent
797e5045bf
commit
cb810fbb43
@@ -253,6 +253,7 @@ subprojects { subproject ->
|
||||
'Implementation-Vendor-Id': subproject.group,
|
||||
'Implementation-Vendor': 'Pivotal Software, Inc.',
|
||||
'Implementation-URL': linkHomepage,
|
||||
'Automatic-Module-Name': subproject.name.replace('-', '.') // for Jigsaw
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user