Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Fix for upgrade-gradle-wrapper.yml (#2550)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa authored Sep 3, 2023
1 parent 574335b commit 346a4aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/upgrade-gradle-wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,11 @@ jobs:
git config --global user.name "github-actions[bot]"
git config --global url."https://unused-username:${WRAPPER_UPGRADE_GIT_TOKEN}@github.com/".insteadOf "https://github.com/"
- name: Setup Java SDK
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '18'

- name: Upgrade Gradle Wrapper
run: ./gradlew upgradeGradleWrapperIvyWallet

0 comments on commit 346a4aa

Please sign in to comment.