Skip to content

Commit 2a8a5d7

Browse files
committed
Upgrade gradle version up to 5.1-rc-3.
1 parent 75a8bd9 commit 2a8a5d7

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ _version: 3.4.9_
1111
| dependency | version |
1212
|-------------:|:---------|
1313
| maven | 3.6.0 |
14-
| gradle | 5.1-rc-2 |
14+
| gradle | 5.1-rc-3 |
1515
| font-awesome | 5.6.1 |
1616

1717
## Installation

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ allprojects {
6363
}
6464

6565
wrapper {
66-
gradleVersion = '5.1-rc-2'
66+
gradleVersion = '5.1-rc-3'
6767
distributionType = Wrapper.DistributionType.BIN
6868
}
6969

gradle/wrapper/gradle-wrapper.jar

-551 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1-rc-2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1-rc-3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

maven-resources/RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ _version: ${project.version}_
1111
| dependency | version |
1212
|-------------:|:---------|
1313
| maven | 3.6.0 |
14-
| gradle | 5.1-rc-2 |
14+
| gradle | 5.1-rc-3 |
1515
| font-awesome | 5.6.1 |
1616

1717
## Installation

0 commit comments

Comments
 (0)