Skip to content

Commit

Permalink
fix gradle wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
avarabyeu committed Nov 21, 2016
1 parent 4ad2b5b commit 0374b2b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

# Package Files #
*.jar
!gradle/wrapper/**
*.war
*.ear

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ dependencies {
}

task wrapper(type: Wrapper) {
gradleVersion = '3.1'
gradleVersion = '3.2'
}
Binary file added gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun Nov 20 12:13:45 MSK 2016
#Mon Nov 21 16:24:55 MSK 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.2-bin.zip

0 comments on commit 0374b2b

Please sign in to comment.