Skip to content

Commit

Permalink
removes argument parameter and runs gradle build in separate step p…
Browse files Browse the repository at this point in the history
…ost-setup
  • Loading branch information
jejking-tw committed Apr 27, 2024
1 parent eca7a9d commit 10c5fd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
arguments: build
- name: Run Tests and Build
run: ./gradlew clean build

0 comments on commit 10c5fd0

Please sign in to comment.