Skip to content

Commit

Permalink
feat(presets): update java LTS workaround to include liberica (#25285)
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Andrews <candrews@integralblue.com>
  • Loading branch information
candrews committed Oct 20, 2023
1 parent ced528f commit 4acde25
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/config/presets/internal/workarounds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,10 @@ export const presets: Record<string, Preset> = {
'java-jre',
'sapmachine',
],
matchPackagePatterns: ['^azul/zulu-openjdk'],
matchPackagePatterns: [
'^azul/zulu-openjdk',
'^bellsoft/liberica-openj(dk|re)-',
],
versioning:
'regex:^(?<major>\\d+)?(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?([\\._+](?<build>\\d+))?(-(?<compatibility>.*))?$',
},
Expand Down

0 comments on commit 4acde25

Please sign in to comment.