Skip to content

Commit 9e7448b

Browse files
committed
fix install errors
1 parent 8adadc3 commit 9e7448b

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

modules/openapi-generator-gradle-plugin/build.gradle

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2-
31
plugins {
42
id("com.gradle.plugin-publish") version "1.3.1"
5-
id("org.gradle.kotlin.kotlin-dsl") version "4.2.1"
6-
id("org.jetbrains.kotlin.jvm") version "1.9.0"
73
id("signing")
84
}
95

@@ -52,12 +48,6 @@ tasks.named("test", Test).configure {
5248
}
5349
}
5450

55-
tasks.withType(KotlinCompile).configureEach {
56-
kotlinOptions {
57-
jvmTarget = "11"
58-
}
59-
}
60-
6151
tasks.withType(Javadoc).configureEach {
6252
if (JavaVersion.current().isJava9Compatible()) {
6353
options.addBooleanOption("html5", true)
@@ -76,6 +66,4 @@ gradlePlugin {
7666
tags.addAll("openapi-3.1", "openapi-3.0", "openapi-2.0", "openapi", "swagger", "codegen", "sdk")
7767
}
7868
}
79-
}
80-
81-
69+
}

0 commit comments

Comments
 (0)