Skip to content

Commit

Permalink
Align Kotlin Serialization plugin version in buildSrc
Browse files Browse the repository at this point in the history
Use embeddedKotlinVersion utility to automatically align `kotlin("plugin.serialization")`
  • Loading branch information
adam-enko authored and osipxd committed Sep 10, 2024
1 parent 4d3c13c commit 629bfbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
`kotlin-dsl`
// Serialization version should be aligned with the Kotlin version embedded in Gradle
// https://docs.gradle.org/current/userguide/compatibility.html#kotlin
kotlin("plugin.serialization") version "1.9.24"
kotlin("plugin.serialization") version embeddedKotlinVersion
}

val buildSnapshotTrain = properties["build_snapshot_train"]?.toString().toBoolean()
Expand Down
10 changes: 0 additions & 10 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,6 @@
],
"enabled": false
},
{
"description": "Do not update kotlinx.serialization plugin in buildSrc, as it should be updated manually.",
"matchDepNames": [
"org.jetbrains.kotlin.plugin.serialization"
],
"matchFileNames": [
"buildSrc/build.gradle.kts"
],
"enabled": false
},
{
"description": "Do not update Jetty 9.x used in ktor-server-jetty",
"matchPackageNames": [
Expand Down

0 comments on commit 629bfbe

Please sign in to comment.