Skip to content

Commit

Permalink
Merge pull request #101 from usefulness/mateuszkwiecinski-patch-1
Browse files Browse the repository at this point in the history
Update Readme.md
  • Loading branch information
mateuszkwiecinski authored Jan 2, 2024
2 parents 36dc45b + 7bcddf9 commit 2e1dec1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,12 @@ jobs:
with:
fetch-depth: 0

- name: set up JDK
uses: actions/setup-java@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 21

- name: Cache
uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v2
with:
arguments: dependencies

Expand Down

0 comments on commit 2e1dec1

Please sign in to comment.