File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
samples/client/petstore/kotlin Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Requires
4
4
5
- * Kotlin 1.3.72
6
- * Gradle 4.9
5
+ * Kotlin 1.4.30
6
+ * Gradle 5.3
7
7
8
8
## Build
9
9
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ group 'io.swagger'
2
2
version ' 1.0.0'
3
3
4
4
wrapper {
5
- gradleVersion = ' 4.9 '
5
+ gradleVersion = ' 5.3 '
6
6
distributionUrl = " https://services.gradle.org/distributions/gradle-$gradleVersion -all.zip"
7
7
}
8
8
9
9
buildscript {
10
- ext. kotlin_version = ' 1.3.72 '
10
+ ext. kotlin_version = ' 1.4.30 '
11
11
12
12
repositories {
13
13
maven { url " https://repo1.maven.org/maven2" }
@@ -26,8 +26,8 @@ repositories {
26
26
dependencies {
27
27
compile " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
28
28
compile " org.jetbrains.kotlin:kotlin-reflect:$kotlin_version "
29
- compile " com.squareup.moshi:moshi-kotlin:1.9.2 "
30
- compile " com.squareup.moshi:moshi-adapters:1.9.2 "
31
- compile " com.squareup.okhttp3:okhttp:4.2.2 "
29
+ compile " com.squareup.moshi:moshi-kotlin:1.11.0 "
30
+ compile " com.squareup.moshi:moshi-adapters:1.11.0 "
31
+ compile " com.squareup.okhttp3:okhttp:4.9.0 "
32
32
testCompile " io.kotlintest:kotlintest:2.0.7"
33
33
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.9 -all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.3 -all.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments