Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 3dc5b008 authored by Andy Scherzinger's avatar Andy Scherzinger Committed by GitHub
Browse files

Merge pull request #1265 from...

Merge pull request #1265 from nextcloud/dependabot/gradle/com.github.spotbugs.snom-spotbugs-gradle-plugin-6.0.2

Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 5.2.5 to 6.0.2
parents 26b9eb70 9b4a1b4f
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
import com.github.spotbugs.snom.SpotBugsTask
import com.github.spotbugs.snom.Confidence
import com.github.spotbugs.snom.Effort

buildscript {
    ext {
@@ -6,7 +8,7 @@ buildscript {
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:8.2.0'
        classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.2.5'
        classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.2'
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
        classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.4"
        classpath "org.jacoco:org.jacoco.core:$jacoco_version"
@@ -80,8 +82,8 @@ dependencies {

spotbugs {
    ignoreFailures = true // should continue checking
    effort = "max"
    reportLevel = "medium"
    effort = Effort.MAX
    reportLevel = Confidence.valueOf('MEDIUM')
}

tasks.withType(SpotBugsTask){task ->
+1 −1
Original line number Diff line number Diff line
buildscript {
    dependencies {
        classpath 'com.android.tools.build:gradle:8.2.0'
        classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.2.5'
        classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.2'
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
        classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.4"
        classpath "commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2