Skip to content
Advertisement

Tag: multi-module

Sonar with multi-module gradle project

I have java and kotlin based multi module gradle project. I am trying to setup sonar analysis for the same. I configured sonar at root project and ran analysis with CircleCI. The result in sonarcloud gets for only one of the sub-project. My project structure is as below: projectA/build.gradle ProjectB/build.gradle ProjectC/build.gradle build.gradle Here is my root build.gradle. Answer Need to

Advertisement