Skip to content

Commit 7f154d1

Browse files
Update gradle.yml
1 parent 8c90ecd commit 7f154d1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/gradle.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,14 @@ jobs:
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.

0 commit comments

Comments
 (0)