[Kotlin Server] Update Ktor to latest version; move config to kts (#19727)

* [Kotlin Server] Update Ktor to latest version; move config to kts

* Bump gradle version for kotlin server samples

* Replace deprecated gradle API

* Bump gradle to 7.6.4
This commit is contained in:
Leonid Stashevsky
2024-10-11 05:44:53 +02:00
committed by GitHub
parent 368b9b7e37
commit 7f899dff97
34 changed files with 355 additions and 352 deletions

View File

@@ -17,7 +17,7 @@ on:
# - samples/server/petstore/kotlin-spring-default/**
env:
GRADLE_VERSION: 6.9
GRADLE_VERSION: 7.6.4
jobs:
build: