From f5252a7d8ca655d850ed35f467be66c60344a7bf Mon Sep 17 00:00:00 2001
From: x-Clusse <claude.lusseau@kereval.com>
Date: Mon, 5 Feb 2024 09:55:44 +0100
Subject: [PATCH] <FIX> Skip JAVADOC

---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dec808ba..6e31854d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -59,3 +59,6 @@ release/code:
   stage: release
   extends:
     - .releaseCodeForJava
+  variables:
+    P_MAVEN_JAVADOC_SKIP: "true"
+    SCRIPTS_GIT_BRANCH: "master"
\ No newline at end of file
-- 
GitLab