Skip to content

Commit

Permalink
gradle 4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredsburrows authored and sjudd committed Feb 12, 2018
1 parent 41f7400 commit 3a7e262
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Sun Feb 11 17:13:25 PST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.3.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5.1-all.zip
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
exec {
commandLine "git", "submodule", "update", "--init", "--recursive"
ignoreExitValue true
}
include ':library'
include ':library:pmd'
Expand Down

0 comments on commit 3a7e262

Please sign in to comment.