Skip to content
Snippets Groups Projects
Unverified Commit 9bfacc08 authored by MarlonLuan's avatar MarlonLuan Committed by GitHub
Browse files

feat(presets): update java LTS workaround to include cimg (#27040)

parent 441ddd5b
No related branches found
No related tags found
No related merge requests found
......@@ -122,6 +122,7 @@ export const presets: Record<string, Preset> = {
matchPackagePatterns: [
'^azul/zulu-openjdk',
'^bellsoft/liberica-openj(dk|re)-',
'^cimg/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