File tree Expand file tree Collapse file tree
modules/openapi-generator/src/main/resources/kotlin-server/libraries/ktor
kotlin-server-modelMutable Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ group = "{{groupId}}"
66version = "{ {artifactVersion} }"
77
88plugins {
9- kotlin(" jvm" ) version " 2.0.20 "
10- application
11- kotlin(" plugin.serialization" ) version " 2.0.20 "
9+ kotlin(" jvm" ) version " 2.3.0 "
10+ id( " io.ktor.plugin " ) version " 3.4.0 "
11+ kotlin(" plugin.serialization" ) version " 2.3.0 "
1212}
1313
1414application {
15- mainClass.set( " io.ktor.server.netty.EngineMain" )
15+ mainClass = " io.ktor.server.netty.EngineMain"
1616
1717 val isDevelopment: Boolean = project.ext.has(" development" )
1818 applicationDefaultJvmArgs = listOf(" -Dio.ktor.development=$isDevelopment" )
@@ -23,7 +23,6 @@ repositories {
2323}
2424
2525dependencies {
26- implementation(platform(" io.ktor:ktor-bom:3.0.2" ))
2726 implementation(" ch.qos.logback:logback-classic:$logback_version" )
2827{{#hasAuthMethods} }
2928 implementation("com.typesafe:config:1.4.1")
Original file line number Diff line number Diff line change 11kotlin.code.style =official
2- ktor_version =3.0.2
3- kotlin_version =2.0.20
2+ ktor_version =3.4.0
3+ kotlin_version =2.3.0
44logback_version =1.5.19
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ group = "org.openapitools"
66version = " 1.0.0"
77
88plugins {
9- kotlin(" jvm" ) version " 2.0.20 "
10- application
11- kotlin(" plugin.serialization" ) version " 2.0.20 "
9+ kotlin(" jvm" ) version " 2.3.0 "
10+ id( " io.ktor.plugin " ) version " 3.4.0 "
11+ kotlin(" plugin.serialization" ) version " 2.3.0 "
1212}
1313
1414application {
15- mainClass.set( " io.ktor.server.netty.EngineMain" )
15+ mainClass = " io.ktor.server.netty.EngineMain"
1616
1717 val isDevelopment: Boolean = project.ext.has(" development" )
1818 applicationDefaultJvmArgs = listOf (" -Dio.ktor.development=$isDevelopment " )
@@ -23,7 +23,6 @@ repositories {
2323}
2424
2525dependencies {
26- implementation(platform(" io.ktor:ktor-bom:3.0.2" ))
2726 implementation(" ch.qos.logback:logback-classic:$logback_version " )
2827 implementation(" com.typesafe:config:1.4.1" )
2928 implementation(" io.ktor:ktor-server-auth" )
Original file line number Diff line number Diff line change 11kotlin.code.style =official
2- ktor_version =3.0.2
3- kotlin_version =2.0.20
2+ ktor_version =3.4.0
3+ kotlin_version =2.3.0
44logback_version =1.5.19
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ group = "org.openapitools"
66version = " 1.0.0"
77
88plugins {
9- kotlin(" jvm" ) version " 2.0.20 "
10- application
11- kotlin(" plugin.serialization" ) version " 2.0.20 "
9+ kotlin(" jvm" ) version " 2.3.0 "
10+ id( " io.ktor.plugin " ) version " 3.4.0 "
11+ kotlin(" plugin.serialization" ) version " 2.3.0 "
1212}
1313
1414application {
15- mainClass.set( " io.ktor.server.netty.EngineMain" )
15+ mainClass = " io.ktor.server.netty.EngineMain"
1616
1717 val isDevelopment: Boolean = project.ext.has(" development" )
1818 applicationDefaultJvmArgs = listOf (" -Dio.ktor.development=$isDevelopment " )
@@ -23,7 +23,6 @@ repositories {
2323}
2424
2525dependencies {
26- implementation(platform(" io.ktor:ktor-bom:3.0.2" ))
2726 implementation(" ch.qos.logback:logback-classic:$logback_version " )
2827 implementation(" com.typesafe:config:1.4.1" )
2928 implementation(" io.ktor:ktor-server-auth" )
Original file line number Diff line number Diff line change 11kotlin.code.style =official
2- ktor_version =3.0.2
3- kotlin_version =2.0.20
2+ ktor_version =3.4.0
3+ kotlin_version =2.3.0
44logback_version =1.5.19
You can’t perform that action at this time.
0 commit comments