Skip to content

Commit 85865df

Browse files
committed
revert: "ci: feat: add ci-sonarqube.yml"
This reverts commit 1b282e0.
1 parent 1b282e0 commit 85865df

File tree

2 files changed

+0
-116
lines changed

2 files changed

+0
-116
lines changed

.github/workflows/ci-sonarqube.yml

Lines changed: 0 additions & 106 deletions
This file was deleted.

build.gradle

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ plugins {
22
id 'java'
33
id 'org.springframework.boot' version '3.5.9'
44
id 'io.spring.dependency-management' version '1.1.7'
5-
id "org.sonarqube" version "7.2.2.6593"
65
}
76

87
java {
@@ -11,15 +10,6 @@ java {
1110
targetCompatibility = '21'
1211
}
1312

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-
2313
configurations {
2414
compileOnly {
2515
extendsFrom annotationProcessor

0 commit comments

Comments
 (0)