Skip to content

Commit de76bbd

Browse files
authored
Merge pull request #5145 from JetBrains/playground/aezerskii-kotlinx-datetime-pages-jdk
change JDK version to 17
2 parents fa577bd + 2b5d55a commit de76bbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.teamcity/references/BuildApiPages.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ fun scriptBuildHtml(version: String? = null, init: GradleBuildStep.() -> Unit =
104104
tasks = "dokkaHtmlMultiModule"
105105
gradleParams = "${if (version != null) "-PdeployVersion=\"$version\" " else ""}--no-daemon --no-configuration-cache"
106106
useGradleWrapper = true
107+
jdkHome = "%env.JDK_17_0%"
107108
}.apply(init)
108109

109110
fun copyDokkaApiResult(

0 commit comments

Comments
 (0)