Skip to content

Commit 158b4d9

Browse files
committed
GitHub Actions: Mention changes for gradle action
1 parent 2405a8f commit 158b4d9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
with:
5454
java-version: "11"
5555
distribution: "temurin"
56+
# Also performs Gradle wrapper validation
5657
- uses: "gradle/actions/setup-gradle@v4"
5758

5859
# HelloXR OpenGLES version

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# SPDX-License-Identifier: CC0-1.0
44

5+
# Probably no longer needed as long as we have another Gradle build.
56
name: Validate Gradle Wrapper
67

78
on:

0 commit comments

Comments
 (0)