Skip to content

Commit f67a8ee

Browse files
committed
Update build-template.yml
1 parent 415c925 commit f67a8ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Build with Gradle
5757
run: |
58-
./gradlew clean ${{ inputs.gradle-targets }} ${{ inputs.gradle-args }} ${{ env.SONAR_TARGETS }} \
58+
./gradlew ${{ inputs.gradle-targets }} ${{ inputs.gradle-args }} ${{ env.SONAR_TARGETS }} \
5959
--no-daemon --parallel --build-cache --info --stacktrace
6060
6161
# - id: "auth"

0 commit comments

Comments
 (0)