File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 uses : actions/setup-java@v3
3232 with :
3333 java-version : ${{ matrix.java }}
34- distribution : ' zulu '
34+ distribution : ' temurin '
3535 cache : ' maven'
3636 - name : Maven Install (skipTests)
3737 env :
5050 uses : actions/setup-java@v3
5151 with :
5252 java-version : ${{ matrix.java }}
53- distribution : ' adopt '
53+ distribution : ' temurin '
5454 cache : ' maven'
5555 - name : Maven Site
5656 env :
7070 uses : actions/setup-java@v3
7171 with :
7272 java-version : ${{ matrix.java }}
73- distribution : ' zulu '
73+ distribution : ' temurin '
7474 cache : ' maven'
7575 # JDK 8
7676 - name : Maven Install with Code Coverage
9191 uses : actions/setup-java@v3
9292 with :
9393 java-version : ${{ matrix.java }}
94- distribution : ' zulu '
94+ distribution : ' temurin '
9595 cache : ' maven'
9696 # JDK 11+
9797 - name : Maven Install without Code Coverage
You can’t perform that action at this time.
0 commit comments