This is an automated email from the ASF dual-hosted git repository.

ptupitsyn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new 689719c0b57 IGNITE-27793 Add Javadoc build on JDK 11 (#7635)
689719c0b57 is described below

commit 689719c0b5726d331df19e75c27b7b52988525bf
Author: Lozmanov <[email protected]>
AuthorDate: Fri Feb 20 14:30:21 2026 +0500

    IGNITE-27793 Add Javadoc build on JDK 11 (#7635)
---
 .teamcity/test/sanity_check/build_types/Javadoc.kt | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.teamcity/test/sanity_check/build_types/Javadoc.kt 
b/.teamcity/test/sanity_check/build_types/Javadoc.kt
index 7e480e55f34..effd92bd7b0 100644
--- a/.teamcity/test/sanity_check/build_types/Javadoc.kt
+++ b/.teamcity/test/sanity_check/build_types/Javadoc.kt
@@ -19,6 +19,13 @@ object Javadoc : BuildType({
     """.trimIndent()
 
     steps {
+        customGradle {
+            name = "Build Javadoc JDK 11"
+            tasks = "aggregateJavadoc"
+            workingDir = "%VCSROOT__IGNITE3%"
+            jdkHome = "%env.JDK_ORA_11%"
+        }
+
         customGradle {
             name = "Build Javadoc"
             tasks = "aggregateJavadoc"

Reply via email to