You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And I try to send report to SonarCube. I define modules like this
server, integration/api
And I've got error
ERROR: Caused by: Validation of project reactor failed:
o "xxxx:parent:integration/api" is not a valid project or module key. Allowed characters are alphanumeric, '-', '_', '.' and ':', with at least one non-digit.
If i define modules like
server, integration.api
I've got an error
Caused by: The base directory of the module 'integration.api' does not exist: /work/buildagent/work/4378ba1d8b2684e8/./integration.api
Is it possible to define nested modules?
The text was updated successfully, but these errors were encountered:
I have three levels of modules in project
And I try to send report to SonarCube. I define modules like this
And I've got error
If i define modules like
I've got an error
Is it possible to define nested modules?
The text was updated successfully, but these errors were encountered: