-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
Hello, I have encountered such an error, I do not know how to solve it #359
Comments
Could you run the command with the -S flag to show the full stack trace ? |
Do you need this kind of information E:\Data\project\file\code\KanJing-Android-Research>.\gradlew --init-script .\init.gradle cyclonedxBom -info -S Looking for a different daemon...
schemaVersion : 1.5
|
I have just applied plugin, facing similar issue:
I have a multi module gradle project, so, I've applied below in my root build.gradle |
The problem can be related to the charset you're using by default. Please make sure that the gradle files are encoded using UTF-8 and run the plugin with |
@wzd-hash I'm going to take a stab in the dark here and guess you don't have a group ID defined for your project. If you open the BOM being produced you'll probably see something this:
That It's been nearly a year since you raised this so maybe you've figured it out already but I thought I'd leave something for any other people having the same problem. The plugin itself should maybe be smarter about what to do when people haven't defined a group id. EDIT: Tagged the wrong person, sorry. |
The text was updated successfully, but these errors were encountered: