forked from loafle/openapi-generator-original
update kotlin version to 1.9.0 (#18638)
This commit is contained in:
parent
3805cf366c
commit
4368eb45e8
@ -8,7 +8,7 @@ plugins {
|
||||
id("java-gradle-plugin")
|
||||
id("maven-publish")
|
||||
id("org.gradle.kotlin.kotlin-dsl") version "2.4.1"
|
||||
id("org.jetbrains.kotlin.jvm") version "1.7.10"
|
||||
id("org.jetbrains.kotlin.jvm") version "1.9.0"
|
||||
id("signing")
|
||||
}
|
||||
|
||||
@ -41,7 +41,7 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
implementation("org.openapitools:openapi-generator:$openApiGeneratorVersion")
|
||||
testImplementation("org.jetbrains.kotlin:kotlin-test-testng:1.7.10")
|
||||
testImplementation("org.jetbrains.kotlin:kotlin-test-testng:1.9.0")
|
||||
}
|
||||
|
||||
tasks.named("test", Test).configure {
|
||||
|
Loading…
x
Reference in New Issue
Block a user