From 24a8f36072757c3b2289e17ba45058fc921eb31d Mon Sep 17 00:00:00 2001 From: Phil Krylov Date: Mon, 9 Oct 2023 15:39:37 +0200 Subject: [PATCH] maven-plugin: Document JDK 1.8 compatibility hack Signed-off-by: Filipp Krylov --- tools/maven-plugin/README.adoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/tools/maven-plugin/README.adoc b/tools/maven-plugin/README.adoc index 3bf6632a9..9ef3ee4a3 100644 --- a/tools/maven-plugin/README.adoc +++ b/tools/maven-plugin/README.adoc @@ -18,6 +18,21 @@ Add this to your pom.xml: + + ----