Skip to content

Commit 84f1706

Browse files
tristanlinstimols
authored andcommitted
Update gradle to version 5.5.1 (timols#358)
1 parent b6e8890 commit 84f1706

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ task sourcesJar(type: Jar, dependsOn:classes) {
5656

5757
artifacts { archives sourcesJar }
5858

59-
task wrapper(type: Wrapper) {
60-
gradleVersion = "4.6"
61-
}
62-
6359
test {
6460
useJUnitPlatform {
6561
includeEngines 'junit-jupiter'

gradle/wrapper/gradle-wrapper.jar

-84 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-4.6-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)