Skip to content

Commit

Permalink
chore: adapt updatecli jdk manifests for Windows (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve authored May 15, 2024
1 parent 9aeb6f1 commit 2fcb348
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions updatecli/updatecli.d/jdk11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ targets:
spec:
file: build-windows.yaml
key: $.services.jdk11.build.args.JAVA_VERSION
transformers:
- replacer:
from: _
to: +
scmid: default

actions:
Expand Down
4 changes: 4 additions & 0 deletions updatecli/updatecli.d/jdk17.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ targets:
spec:
file: build-windows.yaml
key: $.services.jdk17.build.args.JAVA_VERSION
transformers:
- replacer:
from: _
to: +
scmid: default
setJDK17VersionAlpine:
name: "Bump JDK17 default ARG version on Alpine Dockerfile"
Expand Down
4 changes: 4 additions & 0 deletions updatecli/updatecli.d/jdk21.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ targets:
spec:
file: build-windows.yaml
key: $.services.jdk21.build.args.JAVA_VERSION
transformers:
- replacer:
from: _
to: +
scmid: default

actions:
Expand Down

0 comments on commit 2fcb348

Please sign in to comment.