We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e4462 commit 7a99216Copy full SHA for 7a99216
.github/workflows/maven.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/setup-java@v3
21
with:
22
java-version: 17
23
- distribution: temurin # Specify JDK distribution
+ distribution: temurin # Specify JDK distribution
24
25
# Step 3: Cache Maven dependencies
26
- name: Cache Maven Dependencies
0 commit comments