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

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


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

commit dc5bc811de1b4bce9e8858080e234865e431fbff
Author: Matthias Pohl <matthias.p...@aiven.io>
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