Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wamserma opened this issue Mar 10, 2023 · 0 comments
Open

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

wamserma opened this issue Mar 10, 2023 · 0 comments

Comments

@wamserma
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant