INT-4346: Add Module Name to Manifest

JIRA: https://jira.spring.io/browse/INT-4346
This commit is contained in:
Gary Russell
2017-09-26 14:22:45 -04:00
committed by Artem Bilan
parent 797e5045bf
commit cb810fbb43

View File

@@ -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
)
}
}