Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .teamcity/additionalConfiguration.kt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ fun Project.additionalConfiguration() {
name = "Check if the Windows names need updating"
id = "Check_if_the_Windows_names_need_updating"
tasks = "downloadWindowsZonesMapping"
jdkHome = "%env.JDK_18_x64%"
jdkHome = "%env.JDK_18%"
}
}

Expand Down
4 changes: 2 additions & 2 deletions .teamcity/utils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const val releaseVersionParameter = "releaseVersion"
const val libraryStagingRepoDescription = "Kotlin-DateTime-library"

val platforms = Platform.values()
const val jdk = "JDK_18_x64"
const val jdk = "JDK_18"

enum class Platform {
Windows, Linux, MacOS;
Expand Down Expand Up @@ -117,4 +117,4 @@ fun BuildType.dependsOnSnapshot(build: IdOwner, onFailure: FailureAction = Failu
onDependencyCancel = FailureAction.CANCEL
}
}
}
}