Skip to content

Commit

Permalink
migration to gradle 5 #432
Browse files Browse the repository at this point in the history
Former-commit-id: 20d0aeb
  • Loading branch information
lfoppiano committed Jun 9, 2019
1 parent b72be36 commit 019f8c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
classpath group: 'net.researchgate', name: 'gradle-release', version: '2.6.0'
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.4.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.2'
classpath 'com.github.jengelman.gradle.plugins:shadow:5.0.0'
}
}

Expand Down Expand Up @@ -470,7 +470,7 @@ tasks.coveralls {
}

wrapper {
gradleVersion "4.6"
gradleVersion "5.4.1"
}

build.dependsOn project.getSubprojects().collect({ it.getTasks().getByName("build") })
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

0 comments on commit 019f8c2

Please sign in to comment.