Skip to content

blackduck-common-api is not a valid Java identifier #48

@wamserma

Description

@wamserma

In

project.ext.moduleName = 'com.synopsys.integration.blackduck-common-api'
an invalid module name is set

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions