We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40a3eb1 commit 4ecfd06Copy full SHA for 4ecfd06
.github/workflows/gradle.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
35
36
- name: Build with Gradle Wrapper
37
- run: ./gradlew clean build
+ run: gradle clean build
38
39
# NOTE: The Gradle Wrapper is the default and recommended way to run Gradle (https://docs.gradle.org/current/userguide/gradle_wrapper.html).
40
# 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