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

feat(presets): update java LTS workaround to include Azul Zulu (#25286)

parent 08c09699
No related branches found
No related tags found
No related merge requests found
......@@ -118,6 +118,7 @@ export const presets: Record<string, Preset> = {
'java-jre',
'sapmachine',
],
matchPackagePatterns: ['^azul/zulu-openjdk'],
versioning:
'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