From d33fe3c2f89d67a6637c6cf16d39f2ca13140d94 Mon Sep 17 00:00:00 2001 From: Valera V Harseko Date: Mon, 14 Oct 2024 20:23:52 +0300 Subject: [PATCH] ADD maven.compiler.release=8 for cross complie compatiblity --- opendj-core/pom.xml | 15 +++++++++++++++ pom.xml | 1 - 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/opendj-core/pom.xml b/opendj-core/pom.xml index fb677ee0d8..925c9fb457 100644 --- a/opendj-core/pom.xml +++ b/opendj-core/pom.xml @@ -215,6 +215,21 @@ + + set-compiler-release + + [9,) + + + 8 + + + + clirr diff --git a/pom.xml b/pom.xml index e9d5af41d9..5f7a75da96 100644 --- a/pom.xml +++ b/pom.xml @@ -723,7 +723,6 @@ 8 -