mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-19 17:47:04 +00:00
[kotlin-server] Bump Kotlin/Gradle versions and improve CI triggers/config (#20061)
* [kotlin-server] Bump Kotlin versions to latest * Run tests on more samples * Fix typo in workflow definitions * Update samples * Bump Gradle to 7.6.4 * Some further tweaks * Bump Gradle versions * Fix Gradle version syntax
This commit is contained in:
@@ -18,7 +18,7 @@ tasks.bootJar {
|
||||
}
|
||||
|
||||
plugins {
|
||||
val kotlinVersion = "1.7.10"
|
||||
val kotlinVersion = "1.9.25"
|
||||
id("org.jetbrains.kotlin.jvm") version kotlinVersion
|
||||
id("org.jetbrains.kotlin.plugin.jpa") version kotlinVersion
|
||||
id("org.jetbrains.kotlin.plugin.spring") version kotlinVersion
|
||||
|
||||
Reference in New Issue
Block a user