File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3535 uses : actions/setup-java@v4
3636 with :
3737 java-version : 8.0
38- distribution : ' adopt '
38+ distribution : ' temurin '
3939
4040 - name : Set up env
4141 run : make -C docs setupenv
Original file line number Diff line number Diff line change 3232 uses : actions/setup-java@v4
3333 with :
3434 java-version : 8.0
35- distribution : ' adopt '
35+ distribution : ' temurin '
3636
3737 - name : Set up env
3838 run : make -C docs setupenv
Original file line number Diff line number Diff line change 2727 uses : actions/setup-java@v4
2828 with :
2929 java-version : ' 8'
30- distribution : ' adopt '
30+ distribution : ' temurin '
3131 server-id : ossrh
3232 gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
3333 server-username : OSSRH_USERNAME
Original file line number Diff line number Diff line change 2626 uses : actions/setup-java@v4
2727 with :
2828 java-version : ${{ matrix.java-version }}
29- distribution : ' adopt '
29+ distribution : ' temurin '
3030
3131 - name : Compile source and tests
3232 run : mvn -B compile test-compile -Dfmt.skip=true -Dclirr.skip=true -Danimal.sniffer.skip=true
4949 uses : actions/setup-java@v4
5050 with :
5151 java-version : ${{ matrix.java-version }}
52- distribution : ' adopt '
52+ distribution : ' temurin '
5353
5454 - name : Full verify
5555 run : mvn -B verify -DskipTests
6767 uses : actions/setup-java@v4
6868 with :
6969 java-version : ' 8'
70- distribution : ' adopt '
70+ distribution : ' temurin '
7171
7272 - name : Run unit tests
7373 run : mvn -B test -Dfmt.skip=true -Dclirr.skip=true -Danimal.sniffer.skip=true
@@ -130,7 +130,7 @@ jobs:
130130 uses : actions/setup-java@v4
131131 with :
132132 java-version : ' 8'
133- distribution : ' adopt '
133+ distribution : ' temurin '
134134
135135 - name : Setup Python 3
136136 uses : actions/setup-python@v5
@@ -187,7 +187,7 @@ jobs:
187187 uses : actions/setup-java@v4
188188 with :
189189 java-version : ' 8'
190- distribution : ' adopt '
190+ distribution : ' temurin '
191191
192192 - name : Setup Python 3
193193 uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments