Skip to content

Commit

Permalink
No need for Gradle when using curl
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Dec 27, 2024
1 parent b8bf36d commit 0c1df28
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/sdkman-candidates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-java@v4
with:
cache: 'gradle'
distribution: 'temurin'
java-version: '17'

- name: Update candidates
run: curl https://api.sdkman.io/2/candidates/java/linux/versions/all | tr , '\n' > src/main/resources/sdkman-java.csv
Expand Down

0 comments on commit 0c1df28

Please sign in to comment.