Skip to content

Commit 4ecfd06

Browse files
committed
Update workflow
1 parent 40a3eb1 commit 4ecfd06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
3535

3636
- name: Build with Gradle Wrapper
37-
run: ./gradlew clean build
37+
run: gradle clean build
3838

3939
# NOTE: The Gradle Wrapper is the default and recommended way to run Gradle (https://docs.gradle.org/current/userguide/gradle_wrapper.html).
4040
# If your project does not have the Gradle Wrapper configured, you can use the following configuration to run Gradle with a specified version.

0 commit comments

Comments
 (0)