Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Readme to follow setup-gradle action #147

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ jobs:
distribution: 'temurin'
java-version: 21

- uses: gradle/actions/setup-gradle@v3
with:
arguments: dependencies
- uses: gradle/actions/setup-gradle@v4

- name: Run dependencies
run: ./gradlew dependencies
Comment on lines +34 to +35
Copy link
Member

@mateuszkwiecinski mateuszkwiecinski Aug 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Acutally this shouldn't be needed anymore 👍 I don't remember why this was needed in the first place, but it can be safely removed now since setup-gradle properly picks up all caches


- id: dependency-diff
name: Generate dependency diff
Expand Down