File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
com.incquerylabs.vhci.modelaccess.twc.rest Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11plugins {
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
66group ' com.incquerylabs'
@@ -11,7 +11,7 @@ repositories {
1111}
1212
1313dependencies {
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
2626vertx {
2727 mainVerticle = ' com.incquerylabs.vhci.modelaccess.twc.rest.verticles.MainVerticle'
28+ }
29+
30+ wrapper {
31+ gradleVersion = ' 5.6.1'
32+ distributionType = ' all'
2833}
Original file line number Diff line number Diff line change 1- # Thu Aug 31 17:10:24 CEST 2017
1+ # Mon Nov 04 14:57:00 CET 2019
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
You can’t perform that action at this time.
0 commit comments