Skip to content
Snippets Groups Projects
Unverified Commit 070df56d authored by Tobias Ibounig's avatar Tobias Ibounig Committed by GitHub
Browse files

fix(java): add sapmachine to LTS workaround (#18122)

parent fe555880
No related branches found
No related tags found
No related merge requests found
...@@ -132,6 +132,7 @@ export const presets: Record<string, Preset> = { ...@@ -132,6 +132,7 @@ export const presets: Record<string, Preset> = {
'adoptopenjdk', 'adoptopenjdk',
'openjdk', 'openjdk',
'java', 'java',
'sapmachine',
], ],
versioning: versioning:
'regex:^(?<major>\\d+)?(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?([\\._+](?<build>\\d+))?(-(?<compatibility>.*))?$', 'regex:^(?<major>\\d+)?(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?([\\._+](?<build>\\d+))?(-(?<compatibility>.*))?$',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment