Skip to content

Commit

Permalink
Try fixing nightly reports
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinesp committed Feb 15, 2024
1 parent 988f167 commit 321260a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ buildscript {
plugins {
alias(libs.plugins.android.library) apply false
alias(libs.plugins.kotlin.android) apply false
alias(libs.plugins.sonarqube)
alias(libs.plugins.dependencycheck)
}
4 changes: 4 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ showkase = "1.0.2"
ui-tooling-preview-android = "1.6.1"
kover = "0.7.5"
roborazzi = "1.9.0"
dependencyAnalysis = "1.30.0"

[libraries]
# Project
kotlin_gradle_plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
kover_gradle_plugin = { module = "org.jetbrains.kotlinx:kover-gradle-plugin", version.ref = "kover" }
autonomousapps_dependencyanalysis_plugin = { module = "com.autonomousapps:dependency-analysis-gradle-plugin", version.ref = "dependencyAnalysis" }

# AndroidX
androidx_compose_bom = { module = "androidx.compose:compose-bom", version.ref = "compose_bom" }
Expand Down Expand Up @@ -59,3 +61,5 @@ ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
maven_publish = { id = "com.vanniktech.maven.publish", version = "0.27.0" }
kover = { id = "org.jetbrains.kotlinx.kover", version.ref = "kover" }
roborazzi = { id = "io.github.takahirom.roborazzi", version.ref = "roborazzi" }
dependencycheck = "org.owasp.dependencycheck:9.0.9"
sonarqube = "org.sonarqube:4.4.1.3373"

0 comments on commit 321260a

Please sign in to comment.