Skip to content

Commit 3a7e262

Browse files
jaredsburrowssjudd
authored andcommitted
gradle 4.5.1
1 parent 41f7400 commit 3a7e262

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

gradle/wrapper/gradle-wrapper.jar

-398 Bytes
Binary file not shown.
+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
#Sun Feb 11 17:13:25 PST 2018
12
distributionBase=GRADLE_USER_HOME
23
distributionPath=wrapper/dists
34
zipStoreBase=GRADLE_USER_HOME
45
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.3.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5.1-all.zip

settings.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
exec {
22
commandLine "git", "submodule", "update", "--init", "--recursive"
3+
ignoreExitValue true
34
}
45
include ':library'
56
include ':library:pmd'

0 commit comments

Comments
 (0)