-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
In
blackduck-common-api/build.gradle
Line 6 in a1d9cb1
| project.ext.moduleName = 'com.synopsys.integration.blackduck-common-api' |
project.ext.moduleName = 'com.synopsys.integration.blackduck-common-api'
A valid module name consist of one ore more Java Identifiers separated by a dot. This excludes the hyphen (-) symbol.
Injecting such an invalid module name as Automatic-Module-Name adds insult to injury, as it disables automatic module naming based on the .jar filename, rendering the .jar unusable in context of modular Java applications.
This issue applies to all parts of the BlackDuck SDK.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels