Skip to content

Commit 2122166

Browse files
committed
Update to Gradle 4.10.2
1 parent 1072c48 commit 2122166

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ allprojects {
1414
}
1515

1616
ext {
17-
vertxVersion = '3.5.0'
17+
vertxVersion = '3.5.4'
1818
commitTimestamp = {
1919
return "git log -1 --pretty=format:%cd --date=format:%Y%m%d%H%M%S".execute().text.trim()
2020
}
@@ -82,5 +82,5 @@ configure(subprojects - project(':microtrader-common')) {
8282
}
8383

8484
task wrapper(type: Wrapper) {
85-
gradleVersion = '4.2'
85+
gradleVersion = '4.10.2'
8686
}

gradle/wrapper/gradle-wrapper.jar

1.41 KB
Binary file not shown.
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.3.1-bin.zip
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
4-
zipStorePath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip
54
zipStoreBase=GRADLE_USER_HOME
5+
zipStorePath=wrapper/dists

microtrader-specs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"mocha-jenkins-reporter": "0.1.9",
1818
"superagent": "3.7.0",
1919
"superagent-promise": "1.1.0",
20-
"vertx3-eventbus-client": "3.5.0",
20+
"vertx3-eventbus-client": "3.5.4",
2121
"wait-until": "0.0.2"
2222
}
2323
}

0 commit comments

Comments
 (0)