We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b282e0 commit 85865dfCopy full SHA for 85865df
.github/workflows/ci-sonarqube.yml
build.gradle
@@ -2,7 +2,6 @@ plugins {
2
id 'java'
3
id 'org.springframework.boot' version '3.5.9'
4
id 'io.spring.dependency-management' version '1.1.7'
5
- id "org.sonarqube" version "7.2.2.6593"
6
}
7
8
java {
@@ -11,15 +10,6 @@ java {
11
10
targetCompatibility = '21'
12
13
14
-sonar {
15
- properties {
16
- property "sonar.projectKey", "Abega1642_ar-infra-template"
17
- property "sonar.organization", "abega1642"
18
- property "sonar.sources", "src/main/java"
19
- property "sonar.tests", "src/test/java"
20
- }
21
-}
22
-
23
configurations {
24
compileOnly {
25
extendsFrom annotationProcessor
0 commit comments