Skip to content

Commit e060613

Browse files
committed
Remove Sonar from CI
Will be swapping to Sonarqube's auto-run. They recommend using it, and it will stop them complaining about the sparse checkout.
1 parent be71787 commit e060613

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ on:
55

66
jobs:
77
run-ci:
8-
uses: Jikoo/PlanarActions/.github/workflows/ci_gradle_sonar.yml@master
9-
secrets:
10-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
8+
uses: Jikoo/PlanarActions/.github/workflows/ci_gradle.yml@master
119
approve-and-merge-dependabot:
1210
if: "github.event_name == 'pull_request' && github.event.pull_request.user.login == 'dependabot[bot]'"
1311
needs: [ "run-ci" ]

gradle/libs.versions.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ org-hamcrest-hamcrest = "3.0"
1111
org-jspecify-jspecify = "1.0.0"
1212
org-jetbrains-annotations = "26.1.0"
1313
org-mockito-mockito-core = "5.23.0"
14-
org-sonarqube = "7.1.0.6387"
1514
paperweight = "2.0.0-beta.19"
1615
com-palantir-javapoet-javapoet = "0.12.0"
1716
shadow = "9.4.0"
@@ -30,4 +29,3 @@ com-palantir-javapoet-javapoet = { module = "com.palantir.javapoet:javapoet", ve
3029
[plugins]
3130
shadow = { id = "com.gradleup.shadow", version.ref = "shadow" }
3231
io-papermc-paperweight = { id = "io.papermc.paperweight.userdev", version.ref = "paperweight" }
33-
org-sonarqube = { id = "org.sonarqube", version.ref = "org-sonarqube" }

0 commit comments

Comments
 (0)