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

guoweijie pushed a commit to branch release-2.0
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-2.0 by this push:
     new e6a94b50d70 [FLINK-37424][release] Using JDK11 for the nightly binary 
release
e6a94b50d70 is described below

commit e6a94b50d70ffafea18404c59991c46e73fc85a1
Author: Weijie Guo <[email protected]>
AuthorDate: Thu Mar 6 19:20:38 2025 +0800

    [FLINK-37424][release] Using JDK11 for the nightly binary release
    
    * [FLINK-37424][release] Using JDK11 for the nightly binary release
    
    (cherry picked from commit 6e8d219775f52d079ac8a3cd74f6992c7ba6aedb)
---
 tools/azure-pipelines/build-apache-repo.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/tools/azure-pipelines/build-apache-repo.yml 
b/tools/azure-pipelines/build-apache-repo.yml
index 9c0c880c453..8c2eac1a0fa 100644
--- a/tools/azure-pipelines/build-apache-repo.yml
+++ b/tools/azure-pipelines/build-apache-repo.yml
@@ -103,9 +103,11 @@ stages:
       - template: build-nightly-dist.yml
         parameters:
           stage_name: cron_snapshot_deployment
-          environment: PROFILE="-Djdk17 -Pjava17-target"
+          environment: PROFILE="-Djdk11 -Pjava11-target"
           container: flink-build-container
-          jdk: 17
+          # In order for other repository's(e.g. flink-docker, 
flink-benchmarks) CI to cover all supported jdks, keep it to the minimum 
supported version.
+          # Upgrade this only when we drop support for this jdk version.
+          jdk: 11
       - template: jobs-template.yml
         parameters:
           stage_name: cron_azure

Reply via email to