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 {
22 `java- gradle- plugin`
33 id(" com.gradle.plugin-publish" ) version " 0.11.0"
44 id(" org.sonarqube" ) version " 2.8"
5- kotlin(" jvm" ) version " 1.3.70 "
5+ kotlin(" jvm" ) version " 1.4.31 "
66 `maven- publish`
77}
88
@@ -39,7 +39,6 @@ publishing {
3939}
4040
4141dependencies {
42- implementation(kotlin(" stdlib-jdk8" ))
4342 implementation(kotlin(" reflect" ))
4443 implementation(group = " khttp" , name = " khttp" , version = " 1.0.0" )
4544 implementation(group = " com.google.code.gson" , name = " gson" , version = " 2.8.6" )
@@ -68,11 +67,8 @@ pluginBundle {
6867 tags = listOf (" springdoc" , " openapi" , " swagger" )
6968}
7069
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"
7773 }
7874}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments