Skip to content

Commit

Permalink
chore(extension-attach-artifact-release.yml): set up JDK 17 for the w…
Browse files Browse the repository at this point in the history
…orkflow to use Java 17

chore(extension-attach-artifact-release.yml): add caching for Maven dependencies to improve build performance
  • Loading branch information
jandroav committed Jul 28, 2023
1 parent c2d8dfa commit c46521d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/extension-attach-artifact-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ jobs:
- run: sleep 30
- uses: actions/checkout@v3

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'temurin'
cache: 'maven'

- name: Get Reusable Script Files
run: |
curl -o $PWD/.github/get_draft_release.sh https://raw.githubusercontent.com/liquibase/build-logic/v0.3.3/.github/get_draft_release.sh
Expand Down

0 comments on commit c46521d

Please sign in to comment.