We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a1d138 commit c5aa220Copy full SHA for c5aa220
build.gradle.kts
@@ -11,7 +11,7 @@ plugins {
11
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
12
id("org.jetbrains.kotlin.jvm") version "1.9.23" apply false
13
id("com.google.devtools.ksp") version "1.9.23-1.0.19" apply false
14
- id("org.openapi.generator") version "7.3.0" apply false
+ id("org.openapi.generator") version "7.4.0" apply false
15
id("org.jlleitschuh.gradle.ktlint") version "12.1.0" apply false
16
}
17
0 commit comments