Continuing the discussion from Multi-project with Gradle. How to separate multi-project in individual project :
Hi
I have the same requirement to separate mulit-project, post the every sub-project to the different sonar projectKey.
When I use the configuration in the topic reminded, It popups task ‘sonarqube’ not found in sub-project build.gradle.
Could you help me about it? Thanks very much.
Colin
(Colin)
July 5, 2022, 6:45am
2
Please don’t raise duplicate threads.
I have a project with the following structure in gradle (root project, sub-project1 and sub-project2 are sub-project each with their own build.gradle)
root project
sub-project1
build.gradle
sub-project2
build.gradle
-build.gradle
-settings.gradle
I have a sonar analysis setup such that it analyzes the whole project into a project root-analysis on sonarqube. It works ok
With the sub-project1 sub-project growing bigger, I wish to transfer its analysis into a separate sonarqube project s…
I will close this one.