Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

better sonar integration #287

Closed
musketyr opened this issue Apr 27, 2020 · 0 comments
Closed

better sonar integration #287

musketyr opened this issue Apr 27, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@musketyr
Copy link
Contributor

Hi,

thanks for the SonarQube integration.

There is a couple more default configuration you can add:

        // always
        property 'sonar.projectName', rootProject.config.info.name
        // if enabled
        property 'sonar.java.checkstyle.reportPaths', rootProject.file('build/reports/checkstyle/aggregate.xml').canonicalPath
        property 'sonar.groovy.codenarc.reportPaths', rootProject.file('build/reports/codenarc/aggregate.xml').canonicalPath
        property 'sonar.groovy.jacoco.reportPath', rootProject.file('build/jacoco/aggregate.exec').canonicalPath
@aalmiray aalmiray self-assigned this Apr 27, 2020
@aalmiray aalmiray added the enhancement New feature or request label Apr 27, 2020
@aalmiray aalmiray added this to the 0.35.0 milestone Apr 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants