We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 011c65e commit 469ed11Copy full SHA for 469ed11
.github/workflows/ci.yml
@@ -20,6 +20,8 @@ jobs:
20
with:
21
distribution: 'temurin'
22
java-version: 21
23
+ - name: Setup Gradle
24
+ uses: gradle/actions/setup-gradle@v4
25
26
- name: Run Tests in Docker
27
run: bin/run-tests-in-docker.sh
0 commit comments