Skip to content

Commit

Permalink
Added dependency analysis tools (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
climategadgets committed Apr 2, 2024
1 parent 2cb8ae4 commit 575a22e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ plugins {
jacoco
alias(libs.plugins.errorprone)
alias(libs.plugins.sonarqube)

alias(libs.plugins.gradle.versions)
alias(libs.plugins.gradle.dependency.analysis)
alias(libs.plugins.gradle.doctor)
}

sonarqube {
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
org.gradle.parallel=true
org.gradle.jvmargs=-XX:+UseParallelGC
4 changes: 4 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

assertj = "3.25.3"
errorprone = "2.26.1"
gradle-dependency-analysis = "1.30.0"
jacoco = "0.8.11"
junit5 = "5.10.2"
log4j = "2.20.0"
Expand All @@ -28,4 +29,7 @@ rxtx = { module = "org.rxtx:rxtx", version.ref = "rxtx" }
[plugins]

errorprone = { id = "net.ltgt.errorprone", version = "3.1.0" }
gradle-dependency-analysis = { id = "com.autonomousapps.dependency-analysis", version.ref = "gradle-dependency-analysis" }
gradle-doctor = { id = "com.osacky.doctor", version = "0.9.2" }
gradle-versions = { id = "com.github.ben-manes.versions", version = "0.51.0"}
sonarqube = { id = "org.sonarqube", version.ref = "sonarqube" }

0 comments on commit 575a22e

Please sign in to comment.