We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2c5426 commit 061dd53Copy full SHA for 061dd53
build.gradle.kts
@@ -11,7 +11,7 @@ plugins {
11
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
12
alias(libs.plugins.kotlinJvm) apply false
13
id("com.google.devtools.ksp") version "2.1.21-2.0.1" apply false
14
- id("org.openapi.generator") version "7.11.0" apply false
+ id("org.openapi.generator") version "7.13.0" apply false
15
id("org.jlleitschuh.gradle.ktlint") version "12.2.0" apply false
16
}
17
0 commit comments