From 0a44da268e527ae6d52c2d6fdb1bde5b7cc41bb7 Mon Sep 17 00:00:00 2001 From: Harini Rajendran Date: Sat, 26 Feb 2022 10:43:43 -0600 Subject: [PATCH] Passing JDK_VERSION as build args to docker build. (#76) --- distribution/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/distribution/pom.xml b/distribution/pom.xml index 8a386b9875d5..eeba70f016c6 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -50,6 +50,7 @@ --clean + 11 @@ -609,6 +610,7 @@ ${project.version} + ${docker.jdk.version}