Skip to content

Commit

Permalink
Update setup gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Syer10 committed Sep 2, 2024
1 parent 35e62b1 commit e6ac448
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
java-version: '17'
distribution: 'temurin'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4

- name: Build with Gradle
uses: gradle/gradle-build-action@v3
with:
arguments: shadowJar
run: ./gradlew shadowJar

- name: Get Commit Count
if: ${{ github.event_name == 'push' }}
Expand Down

0 comments on commit e6ac448

Please sign in to comment.