From 96f4c7945f85856bcfe802650d9f080fb6cfce50 Mon Sep 17 00:00:00 2001 From: Arvid Heise Date: Fri, 20 Dec 2019 10:12:49 +0100 Subject: [PATCH] [FLINK-15268][build] Correctly set Multi-Release in manifest. FLINK-14905 introduced a multi-release approach to bundle libraries for different JDK versions. However, the multi-release flag was not correctly set, which effectively disabled the mechanism and lead to incomplete dependencies on Java 11. This commit fixes the setup, such that the Java 11 libraries are correctly loaded. --- flink-dist/pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/flink-dist/pom.xml b/flink-dist/pom.xml index e529c361f8e..6783187d54d 100644 --- a/flink-dist/pom.xml +++ b/flink-dist/pom.xml @@ -573,16 +573,16 @@ under the License. jar - - - - - true - - - + + + + + true + + + -- GitLab