File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 35
35
uses : actions/setup-java@v4
36
36
with :
37
37
java-version : 8.0
38
- distribution : ' adopt '
38
+ distribution : ' temurin '
39
39
40
40
- name : Set up env
41
41
run : make -C docs setupenv
Original file line number Diff line number Diff line change 32
32
uses : actions/setup-java@v4
33
33
with :
34
34
java-version : 8.0
35
- distribution : ' adopt '
35
+ distribution : ' temurin '
36
36
37
37
- name : Set up env
38
38
run : make -C docs setupenv
Original file line number Diff line number Diff line change 27
27
uses : actions/setup-java@v4
28
28
with :
29
29
java-version : ' 8'
30
- distribution : ' adopt '
30
+ distribution : ' temurin '
31
31
server-id : ossrh
32
32
gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
33
33
server-username : OSSRH_USERNAME
Original file line number Diff line number Diff line change 26
26
uses : actions/setup-java@v4
27
27
with :
28
28
java-version : ${{ matrix.java-version }}
29
- distribution : ' adopt '
29
+ distribution : ' temurin '
30
30
31
31
- name : Compile source and tests
32
32
run : mvn -B compile test-compile -Dfmt.skip=true -Dclirr.skip=true -Danimal.sniffer.skip=true
49
49
uses : actions/setup-java@v4
50
50
with :
51
51
java-version : ${{ matrix.java-version }}
52
- distribution : ' adopt '
52
+ distribution : ' temurin '
53
53
54
54
- name : Full verify
55
55
run : mvn -B verify -DskipTests
67
67
uses : actions/setup-java@v4
68
68
with :
69
69
java-version : ' 8'
70
- distribution : ' adopt '
70
+ distribution : ' temurin '
71
71
72
72
- name : Run unit tests
73
73
run : mvn -B test -Dfmt.skip=true -Dclirr.skip=true -Danimal.sniffer.skip=true
@@ -130,7 +130,7 @@ jobs:
130
130
uses : actions/setup-java@v4
131
131
with :
132
132
java-version : ' 8'
133
- distribution : ' adopt '
133
+ distribution : ' temurin '
134
134
135
135
- name : Setup Python 3
136
136
uses : actions/setup-python@v5
@@ -187,7 +187,7 @@ jobs:
187
187
uses : actions/setup-java@v4
188
188
with :
189
189
java-version : ' 8'
190
- distribution : ' adopt '
190
+ distribution : ' temurin '
191
191
192
192
- name : Setup Python 3
193
193
uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments