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

This commit is contained in:
Tobias Ibounig 2022-10-05 14:08:25 +02:00 committed by GitHub
parent fe555880c9
commit 070df56d00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>.*))?$',