File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
2
2
`java- gradle- plugin`
3
3
id(" com.gradle.plugin-publish" ) version " 0.11.0"
4
4
id(" org.sonarqube" ) version " 2.8"
5
- kotlin(" jvm" ) version " 1.3.70 "
5
+ kotlin(" jvm" ) version " 1.4.31 "
6
6
`maven- publish`
7
7
}
8
8
@@ -39,7 +39,6 @@ publishing {
39
39
}
40
40
41
41
dependencies {
42
- implementation(kotlin(" stdlib-jdk8" ))
43
42
implementation(kotlin(" reflect" ))
44
43
implementation(group = " khttp" , name = " khttp" , version = " 1.0.0" )
45
44
implementation(group = " com.google.code.gson" , name = " gson" , version = " 2.8.6" )
@@ -68,11 +67,8 @@ pluginBundle {
68
67
tags = listOf (" springdoc" , " openapi" , " swagger" )
69
68
}
70
69
71
- tasks {
72
- compileKotlin {
73
- kotlinOptions.jvmTarget = " 1.8"
74
- }
75
- compileTestKotlin {
76
- kotlinOptions.jvmTarget = " 1.8"
70
+ tasks.withType< org.jetbrains.kotlin.gradle.tasks.KotlinCompile > {
71
+ kotlinOptions {
72
+ jvmTarget = " 1.8"
77
73
}
78
74
}
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-6.4.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.8.3 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments