Skip to content

Commit

Permalink
Run clean in Gradle build task
Browse files Browse the repository at this point in the history
  • Loading branch information
freyacodes committed May 6, 2024
1 parent ab40457 commit f02b059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:
uses: gradle/gradle-build-action@v2

- name: Execute Gradle build
run: ./gradlew build
run: ./gradlew clean build

- name: Execute Gradle build
- name: Execute Gradle build (musl)
run: ./gradlew build -PtargetPlatform=musl

- name: Publish to Maven
Expand Down

0 comments on commit f02b059

Please sign in to comment.