Skip to content

Commit 5685e85

Browse files
author
Ronald Holshausen
committedMar 21, 2020
chore: Upgrade Gradle to 5.6.4
1 parent 6fd8adb commit 5685e85

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎gradle/wrapper/gradle-wrapper.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#Sun Jan 26 11:56:49 AEDT 2020
2-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-all.zip
1+
#Sat Mar 21 11:55:40 AEDT 2020
2+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
33
distributionBase=GRADLE_USER_HOME
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists

‎gradlew

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# you may not use this file except in compliance with the License.
88
# You may obtain a copy of the License at
99
#
10-
# http://www.apache.org/licenses/LICENSE-2.0
10+
# https://www.apache.org/licenses/LICENSE-2.0
1111
#
1212
# Unless required by applicable law or agreed to in writing, software
1313
# distributed under the License is distributed on an "AS IS" BASIS,

‎gradlew.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@rem you may not use this file except in compliance with the License.
66
@rem You may obtain a copy of the License at
77
@rem
8-
@rem http://www.apache.org/licenses/LICENSE-2.0
8+
@rem https://www.apache.org/licenses/LICENSE-2.0
99
@rem
1010
@rem Unless required by applicable law or agreed to in writing, software
1111
@rem distributed under the License is distributed on an "AS IS" BASIS,

0 commit comments

Comments
 (0)
Please sign in to comment.