Error:Could not resolve the CycloneDX Gradle plugin

0
when i import the "XLSReport-v8.1.1" module , it had an error as the picture, error code is "CE9807",  i can not solve the problem
asked
2 answers
0

Hi Ma Yudong,

 

Did you check any of these threads in the community that experience the same issue? 

  • https://community.mendix.com/link/space/studio-pro/questions/131085
  • https://community.mendix.com/link/space/app-development/questions/130645
  • https://community.mendix.com/link/space/studio-pro/questions/132117

I think it could help you with solving the issue.

 

Good luck, Jurre

 

answered
0

To solve the error "Could not resolve the CycloneDX Gradle plugin" when importing the "XLSReport-v8.1.1" module, 

try with following steps:

Open Mendix Studio Pro and go to File > Edit > PreferencesIn the Deployment tab, look at the bottom and check if "Use custom repositories" is set to No

Try setting "Use custom repositories" to Yes and leave the default values as they are

Run the project again and if the error still shows up, try restarting Studio Pro

If that still doesn't work, set "Use custom repositories" to No again, restart Studio Pro, and try running the project again

Also, try setting custom repositories one by one:

gradlePluginPortal()

mavenCentral()

jcenter()

google()

also check community questions given above.

answered