File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 32
32
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
33
33
- name : Setup Gradle
34
34
uses : gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
35
+ with :
36
+ gradle-version : ' 8.7'
37
+
38
+ - name : Setup Gradle Wrapper
39
+ run : gradle wrapper --info --warning-mode fail --stacktrace
35
40
36
- - name : Build with Gradle Wrapper
37
- run : ./gradlew build
41
+ - name : Assemble with Gradle Wrapper
42
+ run : ./gradlew assemble --info --warning-mode fail --stacktrace
38
43
39
44
# NOTE: The Gradle Wrapper is the default and recommended way to run Gradle (https://docs.gradle.org/current/userguide/gradle_wrapper.html).
40
45
# If your project does not have the Gradle Wrapper configured, you can use the following configuration to run Gradle with a specified version.
You can’t perform that action at this time.
0 commit comments