Skip to content

Commit

Permalink
fix gradle setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
skylot committed Sep 27, 2024
1 parent 27c05de commit 84c0037
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
distribution: temurin
java-version: 11

- name: Build with Gradle
uses: gradle/gradle-build-action@v3
with:
arguments: build
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4

- name: Build
run: ./gradlew build

0 comments on commit 84c0037

Please sign in to comment.