Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasJorgensen committed Jun 8, 2024
1 parent 7ab906e commit 02c7702
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
distribution: corretto

- name: Validate Gradle wrapper
uses: gradle/[email protected]
uses: gradle/actions/wrapper-validation@v3

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

- name: Build with Gradle
uses: gradle/[email protected]
with:
arguments: build
run: ./gradlew build

0 comments on commit 02c7702

Please sign in to comment.