File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,16 @@ tasks.spotbugsMain {
23
23
}
24
24
}
25
25
26
+ sonar {
27
+ properties {
28
+ property ' sonar.projectKey' , ' ak-git_SimpleApp'
29
+ property ' sonar.organization' , ' ak-git'
30
+ property ' sonar.host.url' , ' https://sonarcloud.io'
31
+ property ' sonar.branch.name' , ' master'
32
+ property ' sonar.coverage.jacoco.xmlReportPaths' , ' build/reports/jacoco/jacocoAggregatedReport/jacocoAggregatedReport.xml'
33
+ }
34
+ }
35
+
26
36
ext {
27
37
javaVersion = JavaVersion . VERSION_21
28
38
}
@@ -57,16 +67,6 @@ allprojects {
57
67
}
58
68
}
59
69
60
- sonar {
61
- properties {
62
- property ' sonar.projectKey' , ' ak-git_SimpleApp'
63
- property ' sonar.organization' , ' ak-git'
64
- property ' sonar.host.url' , ' https://sonarcloud.io'
65
- property ' sonar.branch.name' , ' master'
66
- property ' sonar.coverage.jacoco.xmlReportPaths' , ' build/reports/jacoco/jacocoAggregatedReport/jacocoAggregatedReport.xml'
67
- }
68
- }
69
-
70
70
dependencies {
71
71
implementation libs. findbugs. jsr305
72
72
testImplementation(platform(libs. junit))
You can’t perform that action at this time.
0 commit comments