Skip to content

Commit

Permalink
add gradle setup to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas7morgen committed Sep 17, 2024
1 parent 715ea53 commit ba3e7e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sprint_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
with:
distribution: 'zulu'
java-version: '17'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@16bf8bc8fe830fa669c3c9f914d3eb147c629707 # v4.0.1
- name: Enable private dependencies
run: git config --global url."https://${{ github.actor }}:${{ secrets.REPO_READ_TOKEN }}@github.com/".insteadOf "[email protected]:"
- name: Cache dart packages
Expand Down

0 comments on commit ba3e7e4

Please sign in to comment.