Skip to content

Commit

Permalink
This removes the sonarqube plugin from our gradle plugins (#3103)
Browse files Browse the repository at this point in the history
I did not remove the `@SuppressWarnings` and comments about
ignoring things for sonarqube, in case we decide to start using
sonarqube again in the future.
  • Loading branch information
ScottDugas authored Feb 5, 2025
1 parent 56f72ce commit d8b6aed
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 64 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ plugins {
alias(libs.plugins.spotbugs)
alias(libs.plugins.artifactory)
alias(libs.plugins.download)
alias(libs.plugins.sonarqube)
}

ext {
Expand All @@ -49,7 +48,6 @@ ext {
defaultTasks 'build'

apply from: 'gradle/root.gradle'
apply from: 'gradle/sonar.gradle'

def isReleaseBuild = Boolean.parseBoolean(getProperty('releaseBuild'))

Expand Down
11 changes: 0 additions & 11 deletions build/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,6 @@ services:
links:
- fdbserver

build-prb-sonarqube:
<<: *build-setup
command: /bin/bash -cl "./gradlew sonarqube"
environment:
- SKIP_FDB_TESTS=true
- GRADLE_OPTS="-Dorg.gradle.parallel=false -Dorg.gradle.daemon.idletimeout=600"
- SONAR_KEY
- ghprbPullId
- ghprbSourceBranch
- ghprbTargetBranch

shell:
<<: *build-setup
entrypoint: /bin/bash
Expand Down
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,5 @@ jmh = { id = "me.champeau.jmh", version = "0.7.2" }
protobuf = { id = "com.google.protobuf", version = "0.8.19" }
serviceloader = { id = "com.github.harbby.gradle.serviceloader", version = "1.1.8" }
shadow = { id = "com.github.johnrengelman.shadow", version = "7.1.2" }
sonarqube = { id = "org.sonarqube", version = "3.3" }
spotbugs = { id = "com.github.spotbugs", version = "4.6.1" }
versions = { id = "com.github.ben-manes.versions", version = "0.38.0" }
50 changes: 0 additions & 50 deletions gradle/sonar.gradle

This file was deleted.

0 comments on commit d8b6aed

Please sign in to comment.