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.
distribution: 'adopt'
1 parent 55b0c1c commit 44f92ffCopy full SHA for 44f92ff
.github/workflows/maven.yml
@@ -18,6 +18,7 @@ jobs:
18
- name: Setup Java
19
uses: actions/setup-java@v2
20
with:
21
+ distribution: 'adopt'
22
java-version: 8.0.x
23
- name: Verify Format and License
24
run: mvn spotless:check
@@ -33,6 +34,7 @@ jobs:
33
34
35
36
37
38
java-version: ${{ matrix.java }}
39
- name: Cache local Maven repository
40
uses: actions/[email protected]
@@ -78,6 +80,7 @@ jobs:
78
80
79
81
82
83
84
java-version: 11.0.x
85
86
0 commit comments