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

mapohl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 6ebd4dc3e4f [FLINK-33342][ci] Adds target version to Java 17 CI build
6ebd4dc3e4f is described below

commit 6ebd4dc3e4f902701d64d3709d47d971f1ac4753
Author: Matthias Pohl <[email protected]>
AuthorDate: Mon Oct 23 15:43:20 2023 +0200

    [FLINK-33342][ci] Adds target version to Java 17 CI build
---
 tools/azure-pipelines/build-apache-repo.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/azure-pipelines/build-apache-repo.yml 
b/tools/azure-pipelines/build-apache-repo.yml
index 2375fbe984a..892d2a519dd 100644
--- a/tools/azure-pipelines/build-apache-repo.yml
+++ b/tools/azure-pipelines/build-apache-repo.yml
@@ -146,7 +146,7 @@ stages:
             name: Default
           e2e_pool_definition:
             vmImage: 'ubuntu-20.04'
-          environment: PROFILE="-Dflink.hadoop.version=2.10.2 -Dscala-2.12 
-Djdk11 -Djdk17"
+          environment: PROFILE="-Dflink.hadoop.version=2.10.2 -Dscala-2.12 
-Djdk11 -Djdk17 -Pjava17-target"
           run_end_to_end: true
           container: flink-build-container
           jdk: 17

Reply via email to