We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2405a8f commit 158b4d9Copy full SHA for 158b4d9
.github/workflows/android.yml
@@ -53,6 +53,7 @@ jobs:
53
with:
54
java-version: "11"
55
distribution: "temurin"
56
+ # Also performs Gradle wrapper validation
57
- uses: "gradle/actions/setup-gradle@v4"
58
59
# HelloXR OpenGLES version
.github/workflows/gradle-wrapper-validation.yml
@@ -2,6 +2,7 @@
2
#
3
# SPDX-License-Identifier: CC0-1.0
4
5
+# Probably no longer needed as long as we have another Gradle build.
6
name: Validate Gradle Wrapper
7
8
on:
0 commit comments