Skip to content
Snippets Groups Projects
Unverified Commit 4acde250 authored by Craig Andrews's avatar Craig Andrews Committed by GitHub
Browse files

feat(presets): update java LTS workaround to include liberica (#25285)

parent ced528f1
No related branches found
No related tags found
No related merge requests found
...@@ -118,7 +118,10 @@ export const presets: Record<string, Preset> = { ...@@ -118,7 +118,10 @@ export const presets: Record<string, Preset> = {
'java-jre', 'java-jre',
'sapmachine', 'sapmachine',
], ],
matchPackagePatterns: ['^azul/zulu-openjdk'], matchPackagePatterns: [
'^azul/zulu-openjdk',
'^bellsoft/liberica-openj(dk|re)-',
],
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.
Finish editing this message first!
Please register or to comment