mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 05:05:31 +03:00
Update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6
This commit is contained in:
parent
af72e25787
commit
3539ba46a1
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import org.gradle.internal.jvm.Jvm
|
|||
buildscript {
|
||||
dependencies {
|
||||
classpath "com.android.tools.build:gradle:$androidPluginVersion"
|
||||
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.1.3'
|
||||
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.7'
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue