We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0121215 commit b9fb9ccCopy full SHA for b9fb9cc
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up JDK 21
20
uses: actions/setup-java@v4
21
with:
22
- distribution: "temurin"
+ distribution: "homebrew-21"
23
java-version: "21"
24
25
# 3. Cache Maven dependencies (speeds up builds)
0 commit comments