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
I have the following "problem". Let's start with the project structure:
Project root
backend
frontend
... etc
So I want to keep it separated.
Now I'm trying to use Gradle in order to run a SonarQube sonar task in GitLab pipeline. Works fine with my backend.
My hope was to build the Typescript frontend with this plugin and then run the sonar task again, but for the frontend. Unfortunately the plugin cannot find the package.json - which I understand. So is there a way to define the root path for either the package.json or provide an overall root path when executin this plugin?
All this effort is due to a limitation in the SonarQube license.
Is my intention clear? And if yes, does this plugin could help me achieve my goals?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hey there,
I have the following "problem". Let's start with the project structure:
So I want to keep it separated.
Now I'm trying to use Gradle in order to run a SonarQube
sonar
task in GitLab pipeline. Works fine with mybackend
.My hope was to build the Typescript
frontend
with this plugin and then run thesonar
task again, but for thefrontend
. Unfortunately the plugin cannot find thepackage.json
- which I understand. So is there a way to define theroot
path for either thepackage.json
or provide an overallroot
path when executin this plugin?All this effort is due to a limitation in the SonarQube license.
Is my intention clear? And if yes, does this plugin could help me achieve my goals?
Thanks in advance!
The text was updated successfully, but these errors were encountered: