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 b5f8c85 commit 5c7b2cfCopy full SHA for 5c7b2cf
.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