File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 uses : actions/setup-java@v5
2626 with :
2727 java-version : ${{ matrix.java-version }}
28- distribution : ' adopt '
28+ distribution : ' temurin '
2929 - name : Cache Gradle packages
3030 uses : actions/cache@v5
3131 with :
5959 uses : actions/setup-java@v5
6060 with :
6161 java-version : ${{ matrix.java-version }}
62- distribution : ' zulu '
62+ distribution : ' temurin '
6363 - name : Cache Gradle packages
6464 uses : actions/cache@v5
6565 with :
Original file line number Diff line number Diff line change 1515 uses : actions/setup-java@v5
1616 with :
1717 java-version : ' 17'
18- distribution : ' adopt '
18+ distribution : ' temurin '
1919 - name : Generate and upload coverage report
2020 env :
2121 COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_REPO_TOKEN }}
Original file line number Diff line number Diff line change 2525 uses : actions/setup-java@v5
2626 with :
2727 java-version : ${{ env.JAVA_VERSION }}
28- distribution : ' adopt '
28+ distribution : ' temurin '
2929 - name : Publish to Maven Central
3030 run : ./gradlew publishToMavenCentral
3131
You can’t perform that action at this time.
0 commit comments