From 070df56d007cd6c27c1b45d9f26e897397fc40d9 Mon Sep 17 00:00:00 2001
From: Tobias Ibounig <tobijdc@users.noreply.github.com>
Date: Wed, 5 Oct 2022 14:08:25 +0200
Subject: [PATCH] fix(java): add sapmachine to LTS workaround (#18122)

---
 lib/config/presets/internal/workarounds.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/config/presets/internal/workarounds.ts b/lib/config/presets/internal/workarounds.ts
index 5ce11b2c73..04a82e1ab9 100644
--- a/lib/config/presets/internal/workarounds.ts
+++ b/lib/config/presets/internal/workarounds.ts
@@ -132,6 +132,7 @@ export const presets: Record<string, Preset> = {
           'adoptopenjdk',
           'openjdk',
           'java',
+          'sapmachine',
         ],
         versioning:
           'regex:^(?<major>\\d+)?(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?([\\._+](?<build>\\d+))?(-(?<compatibility>.*))?$',
-- 
GitLab