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 62d3a1a commit e09fa36Copy full SHA for e09fa36
.github/workflows/maven.yml
@@ -10,6 +10,7 @@ jobs:
10
- name: Set up JDK 17
11
uses: actions/setup-java@v4
12
with:
13
+ distribution: 'temurin'
14
java-version: 17
15
- name: Cache Maven packages
16
uses: actions/cache@v4
@@ -28,6 +29,7 @@ jobs:
28
29
30
31
32
33
34
35
0 commit comments