Skip to content

Commit

Permalink
build: update to latest gradle
Browse files Browse the repository at this point in the history
updated version in the gradle script to 4.4.1 as gradle doesn't
support version selectors here.

run the `wrapper` task and also updated the gradle wrapper.
  • Loading branch information
coolya committed Jan 18, 2018
1 parent 7eab37b commit 9054aa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -27,6 +27,6 @@ subprojects {
}

task wrapper(type: Wrapper) {
gradleVersion '4.0'
gradleVersion '4.4.1'
distributionType 'all'
}
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Mon Oct 24 23:25:44 CEST 2016
#Thu Jan 18 09:25:04 CET 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-all.zip

0 comments on commit 9054aa2

Please sign in to comment.