File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,14 @@ jobs:
38
38
39
39
# NOTE: The Gradle Wrapper is the default and recommended way to run Gradle (https://docs.gradle.org/current/userguide/gradle_wrapper.html).
40
40
# 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
49
49
50
50
dependency-submission :
51
51
You can’t perform that action at this time.
0 commit comments