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 1c7153d commit e1ef88aCopy full SHA for e1ef88a
.github/workflows/ci.yml
@@ -38,8 +38,9 @@ jobs:
38
fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci
39
40
- name: 2. Set up Java ${{ matrix.java }}
41
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v2
42
with:
43
+ distribution: 'zulu'
44
java-version: ${{ matrix.java }}
45
46
- name: 3. Build on Java ${{ matrix.java }}
@@ -65,8 +66,9 @@ jobs:
65
66
67
68
- name: Set up Java 8
69
70
71
72
java-version: 8
73
74
- name: Build and publish to Bintray/MavenCentral
0 commit comments