hopefully doesn't filter anything. Last attempt
This commit is contained in:
parent
1f4784c75e
commit
33ab7c48bf
|
@ -21,6 +21,7 @@ repositories {
|
||||||
|
|
||||||
sonarqube {
|
sonarqube {
|
||||||
properties {
|
properties {
|
||||||
|
properties["sonar.sources"] += sourceSets.main.allSource.srcDirs
|
||||||
property "sonar.projectKey", "Speiger_Primitive-Collections"
|
property "sonar.projectKey", "Speiger_Primitive-Collections"
|
||||||
property "sonar.organization", "speiger"
|
property "sonar.organization", "speiger"
|
||||||
property "sonar.host.url", "https://sonarcloud.io"
|
property "sonar.host.url", "https://sonarcloud.io"
|
||||||
|
|
Loading…
Reference in New Issue