Skip to content

Commit c0313c0

Browse files
committed
[1.0.0]
Sonar removed
1 parent adf7c86 commit c0313c0

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.github/workflows/gradle.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,3 @@ jobs:
3333

3434
- name: Test
3535
run: ./gradlew test jacocoTestReport
36-
37-
- name: SonarQube
38-
run: ./gradlew sonarqube
39-
env:
40-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,6 @@ spotless {
2828
}
2929
}
3030

31-
sonarqube {
32-
properties {
33-
property 'sonar.host.url', 'https://sonarcloud.io'
34-
property 'sonar.organization', 'goodforgod'
35-
property 'sonar.projectKey', 'GoodforGod_aws-lambda-java-events'
36-
}
37-
}
38-
3931
dependencies {
4032
annotationProcessor "org.projectlombok:lombok:1.18.20"
4133
compileOnly "org.projectlombok:lombok:1.18.20"

0 commit comments

Comments
 (0)