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.
2 parents a4ba9e5 + 9b1ed76 commit e8b4d60Copy full SHA for e8b4d60
.github/workflows/maven.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup Java
19
uses: actions/setup-java@v2
20
with:
21
- distribution: 'adopt'
+ distribution: 'temurin'
22
java-version: 8.0.x
23
- name: Verify Format and License
24
run: mvn spotless:check
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
java-version: ${{ matrix.java }}
39
- name: Cache local Maven repository
40
uses: actions/[email protected]
@@ -81,7 +81,7 @@ jobs:
81
82
83
84
85
java-version: 11.0.x
86
87
0 commit comments