Skip to content

Commit

Permalink
build: enable sonarqube gradle plugin
Browse files Browse the repository at this point in the history
Refs: XRDDEV-2628
  • Loading branch information
mloitm committed Oct 15, 2024
1 parent 2e46e79 commit d71cc75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plugins {
id("org.owasp.dependencycheck")
id("io.freefair.aggregate-javadoc")
id("org.sonarqube")
}

repositories {
Expand Down
1 change: 1 addition & 0 deletions src/buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ dependencies {
implementation(libs.licenseGradlePlugin)
implementation(libs.dependencyCheckGradlePlugin)
implementation(libs.javadocAggregateGradlePlugin)
implementation(libs.sonarqubeGradlePlugin)
}
1 change: 1 addition & 0 deletions src/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ org-xmlunit-xmlunitPlaceholders = { module = "org.xmlunit:xmlunit-placeholders",
licenseGradlePlugin = { module = "gradle.plugin.com.hierynomus.gradle.plugins:license-gradle-plugin", version = "0.16.1" }
dependencyCheckGradlePlugin = { module = "org.owasp:dependency-check-gradle", version = "10.0.4" }
javadocAggregateGradlePlugin = { module = "io.freefair.gradle:maven-plugin", version = "8.10" }
sonarqubeGradlePlugin = { module = "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin", version="5.1.0.4882" }

[bundles]
testImplementation = [ "junit-jupiter", "org-slf4j-slf4jApi", "org-apache-logging-log4j-log4jSlf4j2Impl", "org-apache-logging-log4j-log4jCore" ]

0 comments on commit d71cc75

Please sign in to comment.