File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 # See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
3333 - name : Setup Gradle
3434 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
3540
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
3843
3944 # NOTE: The Gradle Wrapper is the default and recommended way to run Gradle (https://docs.gradle.org/current/userguide/gradle_wrapper.html).
4045 # 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