Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
ci(fix): use gradle setup process
Browse files Browse the repository at this point in the history
  • Loading branch information
AH-dark committed Dec 7, 2023
1 parent 778495f commit 09517a0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,15 @@ jobs:
with:
fetch-depth: 0

# Configure build steps as you'd normally do

- name: Setup Java
uses: actions/setup-java@v3
with:
java-version: 21
distribution: 'oracle'
cache: gradle

# Create a release
- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- name: Run JReleaser
run: |
Expand Down

0 comments on commit 09517a0

Please sign in to comment.