Final(?) tweaks to sonar setup.
This commit is contained in:
@@ -20,7 +20,7 @@ dependencies {
|
||||
}
|
||||
|
||||
test {
|
||||
jvmArgs "-javaagent:${configurations.jacoco.asPath}=destfile=${buildDir}/jacoco.exec,includes=${project.group}.*"
|
||||
jvmArgs "-javaagent:${configurations.jacoco.asPath}=destfile=${buildDir}/jacoco.exec,includes=org.springframework.*"
|
||||
}
|
||||
|
||||
task spring4Test(type: Test) {
|
||||
|
||||
Reference in New Issue
Block a user