Name.remal.sonarqube settings

Plugin class: name.remal.gradle_plugins.plugins.code_quality.sonarqube.SonarQubeSettingsPlugin

plugins {
    id 'name.remal.sonarqube-settings' version '1.5.0'
}
plugins {
    id("name.remal.sonarqube-settings") version "1.5.0"
}

 

This plugin configures SonarQube properties: * Make testSourceSets recognized as test sources * All sources of projects with name.remal.test-fixtures plugin applied configured as test sources * All files are excluded from coverage reports for such projects