Skip to content

Commit f54aa19

Browse files
committed
update Gradle to 5.6.1
1 parent 94cf3ba commit f54aa19

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

com.incquerylabs.vhci.modelaccess.twc.rest/build.gradle

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
2-
id 'org.jetbrains.kotlin.jvm' version '1.1.50'
3-
id 'io.vertx.vertx-plugin' version '0.0.3'
2+
id 'org.jetbrains.kotlin.jvm' version '1.3.50'
3+
id 'io.vertx.vertx-plugin' version '0.9.0'
44
}
55

66
group 'com.incquerylabs'
@@ -11,7 +11,7 @@ repositories {
1111
}
1212

1313
dependencies {
14-
compile 'org.jetbrains.kotlin:kotlin-stdlib-jre8'
14+
compile 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
1515
compile 'io.vertx:vertx-web'
1616
compile 'io.vertx:vertx-web-client'
1717
}
@@ -25,4 +25,9 @@ compileTestKotlin {
2525

2626
vertx {
2727
mainVerticle = 'com.incquerylabs.vhci.modelaccess.twc.rest.verticles.MainVerticle'
28+
}
29+
30+
wrapper {
31+
gradleVersion = '5.6.1'
32+
distributionType = 'all'
2833
}
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Aug 31 17:10:24 CEST 2017
1+
#Mon Nov 04 14:57:00 CET 2019
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-rc-2-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.1-all.zip

0 commit comments

Comments
 (0)