Skip to content

Commit

Permalink
Merge pull request #140 from paketo-buildpacks/gh_issue_136
Browse files Browse the repository at this point in the history
Use the extended version of Java 8
  • Loading branch information
dmikusa authored Dec 7, 2022
2 parents 7454091 + c9689bd commit 5cb0e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/pipeline-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
cpe_pattern: "update[\\d]+"
uses: docker://ghcr.io/paketo-buildpacks/actions/alibaba-dragonwell-dependency:main
with:
glob: Alibaba_Dragonwell_.*[\d\.]+_x64_linux.tar.gz$
glob: Alibaba_Dragonwell_Extended.*[\d\.]+_x64_linux.tar.gz$
repository: dragonwell8
token: ${{ secrets.JAVA_GITHUB_TOKEN }}
- name: JDK 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pb-update-jdk-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- id: dependency
uses: docker://ghcr.io/paketo-buildpacks/actions/alibaba-dragonwell-dependency:main
with:
glob: Alibaba_Dragonwell_.*[\d\.]+_x64_linux.tar.gz$
glob: Alibaba_Dragonwell_Extended.*[\d\.]+_x64_linux.tar.gz$
repository: dragonwell8
token: ${{ secrets.JAVA_GITHUB_TOKEN }}
- name: Update Buildpack Dependency
Expand Down

0 comments on commit 5cb0e4b

Please sign in to comment.