File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 26
26
steps :
27
27
- uses : actions/checkout@v2
28
28
- name : Set up JDK
29
- uses : actions/setup-java@v1
29
+ uses : actions/setup-java@v2
30
30
with :
31
+ distribution : ' zulu'
31
32
java-version : ${{ matrix.java_version }}
32
33
# Value of the distributionManagement/repository/id field of the pom.xml
33
34
server-id : sonatype-nexus-snapshots
Original file line number Diff line number Diff line change 23
23
steps :
24
24
- uses : actions/checkout@v2
25
25
- name : Set up JDK
26
- uses : actions/setup-java@v1
26
+ uses : actions/setup-java@v2
27
27
with :
28
+ distribution : ' zulu'
28
29
java-version : ${{ matrix.java_version }}
29
30
30
31
with :
Original file line number Diff line number Diff line change 19
19
steps :
20
20
- uses : actions/checkout@v2
21
21
- name : Set up JDK 11
22
- uses : actions/setup-java@v1
22
+ uses : actions/setup-java@v2
23
23
with :
24
+ distribution : ' zulu'
24
25
java-version : 11
25
26
# Value of the distributionManagement/repository/id field of the pom.xml
26
27
server-id : sonatype-nexus-staging
You can’t perform that action at this time.
0 commit comments