Skip to content

Commit cad5cc5

Browse files
committed
Fix Gradle build in CI job?
1 parent 28e6975 commit cad5cc5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
steps:
1616
- name: Checkout code
1717
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
18+
- name: Setup Java
19+
uses: actions/setup-java@v4
20+
with:
21+
distribution: 'temurin'
22+
java-version: 21
1823

1924
- name: Run Tests in Docker
2025
run: bin/run-tests-in-docker.sh

0 commit comments

Comments
 (0)