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 0423c2f commit f2457cdCopy full SHA for f2457cd
.github/workflows/check-samples.yml
@@ -84,7 +84,7 @@ jobs:
84
./gradlew clean build -x check publishMavenJavaPublicationToLocalRepository
85
- uses: spring-io/spring-gradle-build-action@v2
86
with:
87
- java-version: {{ matrix.javaVersion }}
+ java-version: ${{ matrix.javaVersion }}
88
distribution: 'liberica'
89
- name: Check samples (Java {{ matrix.javaVersion }})
90
env:
0 commit comments