Skip to content

Commit

Permalink
Updated gradle version to fix failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiek2010 committed May 8, 2019
1 parent 6fad725 commit 8738887
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
maven { url 'https://maven.fabric.io/public' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.2'
classpath 'com.android.tools.build:gradle:3.4.0'
classpath 'com.google.gms:google-services:4.0.1'
classpath 'org.ow2.asm:asm:6.0' // https://github.com/jacoco/jacoco/issues/639#issuecomment-355424756
classpath 'org.jacoco:org.jacoco.core:0.8.0'
Expand All @@ -15,7 +15,7 @@ buildscript {
}

plugins {
id 'com.github.spotbugs' version '1.6.2'
id 'com.github.spotbugs' version '1.6.4'
}

allprojects {
Expand Down
4 changes: 2 additions & 2 deletions config/quality.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath 'gradle.plugin.com.github.spotbugs:spotbugs-gradle-plugin:1.6.2'
classpath 'gradle.plugin.com.github.spotbugs:spotbugs-gradle-plugin:1.6.4'
}
}

Expand Down Expand Up @@ -34,7 +34,7 @@ tasks.register("checkstyle", Checkstyle) {

apply plugin: 'com.github.spotbugs'

spotbugs.toolVersion = '3.1.3'
spotbugs.toolVersion = '3.1.7'

tasks.register("spotbugs", SpotBugsTask) {
ignoreFailures false // Fail early
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#Fri Jun 01 19:51:59 EST 2018
#Wed May 08 10:57:16 CEST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
android.enableD8.desugaring=true
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
# Android Studio Gradle wrapper >= 3.1.2 doesn't support configure on demand
org.gradle.configureondemand=false

0 comments on commit 8738887

Please sign in to comment.