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 341979b commit d7c9b70Copy full SHA for d7c9b70
.github/workflows/gradle.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Setup Java
24
uses: actions/setup-java@v1
25
env:
26
- JAVA_VERSION: ${{ martix.java }}
+ JAVA_VERSION: ${{ matrix.java }}
27
with:
28
java-version: ${{ matrix.java }}
29
- name: Cache Gradle
0 commit comments