Skip to content

Commit 8ed6000

Browse files
authored
Update gradle.yml
1 parent a50285d commit 8ed6000

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/gradle.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ jobs:
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.
41-
#
42-
# - name: Setup Gradle
43-
# uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
44-
# with:
45-
# gradle-version: '8.5'
46-
#
47-
# - name: Build with Gradle 8.5
48-
# run: gradle build
41+
42+
- name: Setup Gradle
43+
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
44+
with:
45+
gradle-version: '8.5'
46+
47+
- name: Build with Gradle 8.5
48+
run: gradle build
4949

5050
dependency-submission:
5151

0 commit comments

Comments
 (0)