We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02654b5 commit 9b1ed76Copy full SHA for 9b1ed76
1 file changed
.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/cache@v2.1.6
@@ -81,7 +81,7 @@ jobs:
81
82
83
84
85
java-version: 11.0.x
86
87
0 commit comments