Skip to content

Commit

Permalink
Merge pull request gradle#27212 Upgrade Kotlin & Kotlin DSL version f…
Browse files Browse the repository at this point in the history
…or TeamCity

Otherwise it would fail.

Co-authored-by: Bo Zhang <[email protected]>
  • Loading branch information
bot-gradle and blindpirate committed Nov 30, 2023
2 parents 544ca5c + 762e61c commit 11e37a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .teamcity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<modelVersion>4.0.0</modelVersion>
<name>Gradle_Check Config DSL Script</name>
<properties>
<kotlin.version>1.6.21</kotlin.version>
<teamcity.dsl.version>2023.05</teamcity.dsl.version>
<kotlin.version>1.8.22</kotlin.version>
<teamcity.dsl.version>2023.11</teamcity.dsl.version>
<mockk.version>1.9</mockk.version>
<bytebuddy.version>1.10.6</bytebuddy.version>
<junit.version>5.8.1</junit.version>
Expand Down
2 changes: 1 addition & 1 deletion .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import jetbrains.buildServer.configs.kotlin.v2019_2.project
import jetbrains.buildServer.configs.kotlin.v2019_2.version
import projects.GradleBuildToolRootProject

version = "2023.05"
version = "2023.11"

/*
Expand Down

0 comments on commit 11e37a5

Please sign in to comment.